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 );
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. |
RankException Class | RankException Members | System Namespace | RankException Constructor Overload List