'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 GridValidationException(info, context)
protected GridValidationException( SerializationInfo info, StreamingContext context )
Parameters
- info
- Holds all the data needed to serialize or deserialize an object.
- context
- Describes the source and destination of a given serialized stream, as well as a means for serialization to retain that context and an additional caller-defined context.