Initializes a new instance of this class.
Initializes a new instance of this class.
[Visual Basic] Public Sub New()
[C#] public MatlabUnspecifiedException();
[C++] public: MatlabUnspecifiedException();
[JScript] public function MatlabUnspecifiedException();
Initializes a new instance of this class with serialized data.
[Visual Basic] Protected Sub New(ByVal SerializationInfo,ByVal StreamingContext)
[C#] protected MatlabUnspecifiedException(SerializationInfo,StreamingContext);
[C++] protected: MatlabUnspecifiedException(SerializationInfo*,StreamingContext);
[JScript] protected function MatlabUnspecifiedException(SerializationInfo,StreamingContext);
Initializes a new instance of this class with a specified error message.
[Visual Basic] Public Sub New(ByVal String)
[C#] public MatlabUnspecifiedException(string);
[C++] public: MatlabUnspecifiedException(String*);
[JScript] public function MatlabUnspecifiedException(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 MatlabUnspecifiedException(string,Exception);
[C++] public: MatlabUnspecifiedException(String*,Exception*);
[JScript] public function MatlabUnspecifiedException(String,Exception);