Lydos.Matlab

MatlabException 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 MatlabException(
   SerializationInfo info,
   StreamingContext context
);
[C++]
protected: MatlabException(
   SerializationInfo* info,
   StreamingContext context
);
[JScript]
protected function MatlabException(
   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

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