InvalidCriteriaException Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Represents the exception that is thrown because the criteria could not be parsed.
public ref class InvalidCriteriaException : Microsoft::EnterpriseManagement::Common::EnterpriseManagementException
[System.Serializable]
public class InvalidCriteriaException : Microsoft.EnterpriseManagement.Common.EnterpriseManagementException
type InvalidCriteriaException = class
inherit EnterpriseManagementException
Public Class InvalidCriteriaException
Inherits EnterpriseManagementException
- Inheritance
- Attributes
Constructors
InvalidCriteriaException() |
Initializes a new InvalidCriteriaException object. |
InvalidCriteriaException(Exception) |
Initializes a new InvalidCriteriaException object by specifying an inner exception that caused the current exception. |
InvalidCriteriaException(SerializationInfo, StreamingContext) |
Initializes a new InvalidCriteriaException object with serialized data. |
InvalidCriteriaException(String, Exception) |
Initializes a new InvalidCriteriaException object with an error message and inner exception. |
InvalidCriteriaException(String) |
Initializes a new InvalidCriteriaException object by specifying the error message that describes the current exception. |