NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

InvalidFilterCriteriaException Constructor (String)

Initializes an instance of InvalidFilterCriteriaException with the given HRESULT and message string.

[Visual Basic]
Overloads Public Sub New( _
   ByVal message As String _
)
[C#]
public InvalidFilterCriteriaException(
   string message
);
[C++]
public: InvalidFilterCriteriaException(
   String* message
);
[JScript]
public function InvalidFilterCriteriaException(
   message : String
);

Parameters

message
The message text for the exception.

Remarks

InvalidFilterCriteriaException inherits from the Exception. This constructor sets the properties of the Exception object as follows:

Property Value
Message The empty string.

See Also

InvalidFilterCriteriaException Class | InvalidFilterCriteriaException Members | System.Reflection Namespace | InvalidFilterCriteriaException Constructor Overload List