Share via


DiscoveryDataTransactionAlreadyBoundException Class

Definition

Represents the exception that is thrown because a discovery data transaction is already bound to a discovery source.

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

Constructors

DiscoveryDataTransactionAlreadyBoundException()

Initializes a new instance of the DiscoveryDataTransactionAlreadyBoundException class.

DiscoveryDataTransactionAlreadyBoundException(Exception)

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

DiscoveryDataTransactionAlreadyBoundException(Guid)

Initializes a new instance of the DiscoveryDataTransactionAlreadyBoundException class using the specified parameters.

DiscoveryDataTransactionAlreadyBoundException(SerializationInfo, StreamingContext)

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

DiscoveryDataTransactionAlreadyBoundException(String)

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

DiscoveryDataTransactionAlreadyBoundException(String, Exception)

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

Properties

DiscoverySourceId

Gets the GUID of the discovery source object the discovery data transaction is bound to.

Methods

GetObjectData(SerializationInfo, StreamingContext)

Sets the parameters required to serialize this instance of the DiscoveryDataTransactionAlreadyBoundException class.

Applies to