Share via


AgentPendingActionException Class

Definition

Represents the exception that is thrown because an operation could not be performed while an agent is completing an action.

public ref class AgentPendingActionException : Microsoft::EnterpriseManagement::Common::EnterpriseManagementException
[System.Runtime.Serialization.KnownType("KnownTypes")]
[System.Serializable]
public class AgentPendingActionException : Microsoft.EnterpriseManagement.Common.EnterpriseManagementException
type AgentPendingActionException = class
    inherit EnterpriseManagementException
Public Class AgentPendingActionException
Inherits EnterpriseManagementException
Inheritance
Attributes

Constructors

AgentPendingActionException()

Initializes a new AgentPendingActionException object.

AgentPendingActionException(SerializationInfo, StreamingContext)

Initializes a new AgentPendingActionException object.

AgentPendingActionException(String)

Initializes a new AgentPendingActionException object with the error message for the exception.

AgentPendingActionException(String, Exception)

Initializes a new AgentPendingActionException object with an exception message and the inner exception that caused this exception to be thrown.

Applies to