InvalidFilterCriteriaException Constructor (SerializationInfo^, StreamingContext)

 

Initializes a new instance of the InvalidFilterCriteriaException class with the specified serialization and context information.

Namespace:   System.Reflection
Assembly:  mscorlib (in mscorlib.dll)

protected:
InvalidFilterCriteriaException(
	SerializationInfo^ info,
	StreamingContext context
)

Parameters

info
Type: System.Runtime.Serialization::SerializationInfo^

A SerializationInfo object that contains the information required to serialize this instance.

context
Type: System.Runtime.Serialization::StreamingContext

A StreamingContext object that contains the source and destination of the serialized stream associated with this instance.

.NET Framework
Available since 1.1
Return to top
Show: