'Declaration Protected Function New( _ ByVal info As SerializationInfo, _ ByVal context As StreamingContext _ )
'Usage Dim info As SerializationInfo Dim context As StreamingContext Dim instance As New FormSetReadException(info, context)
protected FormSetReadException( SerializationInfo info, StreamingContext context )
protected: FormSetReadException( SerializationInfo* info, StreamingContext context )
protected: FormSetReadException( SerializationInfo^ info, StreamingContext context )
Parameters
- info
- The object that holds the serialized data about the exception.
- context
- The object that contains contextual information about the source or destination.