InvalidObjectCriteriaException 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 when the criteria specified for an object is invalid.
public ref class InvalidObjectCriteriaException : Microsoft::EnterpriseManagement::Common::EnterpriseManagementException
[System.Serializable]
public class InvalidObjectCriteriaException : Microsoft.EnterpriseManagement.Common.EnterpriseManagementException
type InvalidObjectCriteriaException = class
inherit EnterpriseManagementException
Public Class InvalidObjectCriteriaException
Inherits EnterpriseManagementException
- Inheritance
- Attributes
Constructors
InvalidObjectCriteriaException() |
Initializes a new instance of the InvalidObjectCriteriaException class. |
InvalidObjectCriteriaException(Exception) |
Initializes a new instance of the InvalidObjectCriteriaException class using a reference to the inner exception that is the cause of this exception. |
InvalidObjectCriteriaException(SerializationInfo, StreamingContext) |
Initializes a new instance of the InvalidObjectCriteriaException class using serialized data. |
InvalidObjectCriteriaException(String, Exception) |
Initializes a new instance of the InvalidObjectCriteriaException class using the specified message and a reference to the inner exception that is the cause of this exception. |
InvalidObjectCriteriaException(String) |
Initializes a new instance of the InvalidObjectCriteriaException class using the specified error message. |