InvalidFilterCriteriaException Constructor (String^)

 

Initializes a new instance of the InvalidFilterCriteriaException class with the given HRESULT and message string.

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

public:
InvalidFilterCriteriaException(
	String^ message
)

Parameters

message
Type: System::String^

The message text for the exception.

An exception that is thrown as a direct result of a previous exception should include a reference to the previous exception in the InnerException property. The InnerException property returns the same value that is passed into the constructor, or null if the InnerException property does not supply the inner exception value to the constructor.

The following table shows the initial property values for an instance of InvalidFilterCriteriaException.

Property

Value

InnerException

null

Message

The error message string.

.NET Framework
Available since 1.1
Return to top
Show: