| Visual Basic (Declaration) | |
|---|---|
Protected Function New( _ ByVal info As SerializationInfo, _ ByVal context As StreamingContext _ ) | |
| C# | |
|---|---|
protected ReportParameterException( SerializationInfo info, StreamingContext context ) | |
Parameters
- info
- The object that holds the serialized object data.
- context
- The contextual information about the source or destination.
This constructor is called during deserialization to reconstitute the exception object transmitted over a stream.