Lydos.Matlab

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

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