ObjectNotUniqueException Class

Definition

Represents the exception that is thrown because more than one object matches a request. A more specialized request is needed to return a single object.

public ref class ObjectNotUniqueException : Microsoft::EnterpriseManagement::Common::EnterpriseManagementException
[System.Serializable]
public class ObjectNotUniqueException : Microsoft.EnterpriseManagement.Common.EnterpriseManagementException
type ObjectNotUniqueException = class
    inherit EnterpriseManagementException
Public Class ObjectNotUniqueException
Inherits EnterpriseManagementException
Inheritance
Attributes

Constructors

ObjectNotUniqueException()

Initializes a new instance of the ObjectNotUniqueException class.

ObjectNotUniqueException(Exception)

Initializes a new instance of the ObjectNotUniqueException class using a reference to the inner exception that is the cause of this exception.

ObjectNotUniqueException(SerializationInfo, StreamingContext)

Initializes a new instance of the ObjectNotUniqueException class using serialized data.

ObjectNotUniqueException(String)

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

ObjectNotUniqueException(String, Exception)

Initializes a new instance of the ObjectNotUniqueException class using the specified message and a reference to the inner exception that is the cause of this exception.

Applies to