Share via


InvalidObjectCriteriaException Class

Definition

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)

Initializes a new instance of the InvalidObjectCriteriaException class using the specified error message.

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.

Applies to