Lydos.Matlab

MatlabNotConnectedException Constructor (SerializationInfo, StreamingContext)

Initializes a new instance of this class with serialized data.

[Visual Basic]
Protected Sub New( _ 
   ByVal info As SerializationInfo, _ 
   ByVal context As StreamingContext _ 
)
[C#]
protected MatlabNotConnectedException(
   SerializationInfo info,
   StreamingContext context
);
[C++]
protected: MatlabNotConnectedException(
   SerializationInfo* info,
   StreamingContext context
);
[JScript]
protected function MatlabNotConnectedException(
   SerializationInfo info,
   StreamingContext context
);

Parameters

info
The object that holds the serialized object data.
context
The contextual information about the source or destination.

See Also

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