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