NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

RankException Constructor (String)

Initializes an instance of RankException with a specified message.

[Visual Basic]
Overloads Public Sub New( _
   ByVal message As String _
)
[C#]
public RankException(
   string message
);
[C++]
public: RankException(
   String* message
);
[JScript]
public function RankException(
   message : String
);

Parameters

message
The message indicates the reason why the exception occurred.

Remarks

RankException inherits from the Exception class. This constructor sets the properties of the RankException object as follows:

Property Type Condition
InnerException null
Message The message string.

See Also

RankException Class | RankException Members | System Namespace | RankException Constructor Overload List