'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 MemberNotFoundException(info, context)
protected MemberNotFoundException( SerializationInfo info, StreamingContext context )
protected: MemberNotFoundException( SerializationInfo^ info, StreamingContext context )
Parameters
- info
- The System.Runtime.Serialization.SerializationInfo that holds the serialized object data about the exception being thrown.
The value of this parameter cannot be
null
(Nothing
in Visual Basic). - context
- The System.Runtime.Serialization.StreamingContext that contains contextual information about the source or destination.