Lydos.Matlab

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

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