Lydos.Matlab

MatlabException Constructor

Initializes a new instance of this class.

Overload List

Initializes a new instance of this class.

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

Initializes a new instance of this class with serialized data.

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

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

[Visual Basic] Public Sub New(ByVal String)
[C#] public MatlabException(string);
[C++] public: MatlabException(String*);
[JScript] public function MatlabException(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 MatlabException(string,Exception);
[C++] public: MatlabException(String*,Exception*);
[JScript] public function MatlabException(String,Exception);

See Also

MatlabException Class | Lydos.Matlab Namespace