Bridge

RankException Constructor (String)

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

Namespace:  System
Assembly:  Bridge (in Bridge.dll)

Syntax


public RankException(
	string message
)
Public Sub New ( _
	message As String _
)
public:
RankException(
	String^ message
)

Parameters

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