Initializes an instance of VerifierException with a specified message.
[Visual Basic] Overloads Public Sub New( _ ByVal message As String _ ) [C#] public VerifierException( string message ); [C++] public: VerifierException( String* message ); [JScript] public function VerifierException( message : String );
VerifierException inherits from the Exception class. This constructor sets the properties of the Exception object as follows:
Property Type | Condition |
---|---|
InnerException | null |
Message | The message string. |
VerifierException Class | VerifierException Members | System.Security Namespace | VerifierException Constructor Overload List