Lydos.Matlab

MatlabNotConnectedException Constructor (String, Exception)

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

Parameters

message
A string that describes the error.
inner
The exception that is the cause of the current exception.

See Also

MatlabNotConnectedException Class | Lydos.Matlab Namespace | MatlabNotConnectedException Constructor Overload List