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