InvalidFilterCriteriaException Constructor ()

 

Initializes a new instance of the InvalidFilterCriteriaException class with the default properties.

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

public:
InvalidFilterCriteriaException()

This constructor initializes an instance of InvalidFilterCriteriaException with an empty message string and the root cause exception set to null.

This constructor sets the properties of the Exception object as follows:

Property

Value

InnerException

null

Message

The empty string ("").

.NET Framework
Available since 1.1
Return to top
Show: