'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 InvalidSourcePropertyNameException(info, context)
protected InvalidSourcePropertyNameException( SerializationInfo info, StreamingContext context )
Parameters
- info
- The SerializationInfo that holds the serialized object data about the exception being thrown.
- context
- The StreamingContext that contains contextual information about the source or destination.