Skip to content

c46d7d74 74bf c9b2 85ae 5d3091becb82

Arthur Frederico Neves edited this page Jul 19, 2016 · 3 revisions

ConnectionClosedException Constructor (String)

Initializes a new instance of the ConnectionClosedException class with a specified error message.

Namespace: NETLIB
Assembly: NETLIB (in NETLIB.dll) Version: 1.0.0.0 (1.0.0.0)

Syntax

C#

public ConnectionClosedException(
	string message
)

VB

Public Sub New ( 
	message As String
)

C++

public:
ConnectionClosedException(
	String^ message
)

F#

new : 
        message : string -> ConnectionClosedException

Parameters

 

message
Type: System.String
The message that describes the error.

See Also

Reference

ConnectionClosedException Class
ConnectionClosedException Overload
NETLIB Namespace

Clone this wiki locally