InvalidFilterCriteriaException Constructor (String^)
.NET Framework (current version)
Initializes a new instance of the InvalidFilterCriteriaException class with the given HRESULT and message string.
Assembly: mscorlib (in mscorlib.dll)
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 |
|---|---|
null | |
The error message string. |
.NET Framework
Available since 1.1
Available since 1.1
Show: