RasException Constructor (String)

DotRas SDK

Collapse image Expand Image Copy image CopyHover image
Initializes a new instance of the RasException class.

Namespace: DotRas
Assembly: DotRas (in DotRas.dll) Version: 1.3.5166.33435 (1.3.0.0)

Syntax

C#
public RasException(
	string message
)
Visual Basic
Public Sub New ( 
	message As String
)
Visual C++
public:
RasException(
	String^ message
)
F#
new : 
        message : string -> RasException

Parameters

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

See Also