Lydos.Matlab

MatlabPutVariableFailedException Constructor

Initializes a new instance of this class.

Overload List

Initializes a new instance of this class.

[Visual Basic] Public Sub New()
[C#] public MatlabPutVariableFailedException();
[C++] public: MatlabPutVariableFailedException();
[JScript] public function MatlabPutVariableFailedException();

Initializes a new instance of this class with serialized data.

[Visual Basic] Protected Sub New(ByVal SerializationInfo,ByVal StreamingContext)
[C#] protected MatlabPutVariableFailedException(SerializationInfo,StreamingContext);
[C++] protected: MatlabPutVariableFailedException(SerializationInfo*,StreamingContext);
[JScript] protected function MatlabPutVariableFailedException(SerializationInfo,StreamingContext);

Initializes a new instance of this class with a specified error message.

[Visual Basic] Public Sub New(ByVal String)
[C#] public MatlabPutVariableFailedException(string);
[C++] public: MatlabPutVariableFailedException(String*);
[JScript] public function MatlabPutVariableFailedException(String);

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 String,ByVal Exception)
[C#] public MatlabPutVariableFailedException(string,Exception);
[C++] public: MatlabPutVariableFailedException(String*,Exception*);
[JScript] public function MatlabPutVariableFailedException(String,Exception);

See Also

MatlabPutVariableFailedException Class | Lydos.Matlab Namespace