Initializes a new instance of this class with a specified error message and a reference to the inner exception that is the cause of this exception.
[Visual Basic] Public Sub New( _ ByVal message As String, _ ByVal inner As Exception _ ) [C#] public MatlabPutVariableFailedException( string message, Exception inner ); [C++] public: MatlabPutVariableFailedException( String* message, Exception* inner ); [JScript] public function MatlabPutVariableFailedException( String message, Exception inner );
MatlabPutVariableFailedException Class | Lydos.Matlab Namespace | MatlabPutVariableFailedException Constructor Overload List