ConnectorTieredOperationFailure Class

System Center
 

Updated: April 16, 2012

Applies To: Operations Manager for System Center 2012

Represents an operation failure for a given tiered Management Group.

Namespace:   Microsoft.EnterpriseManagement.ConnectorFramework
Assembly:  Microsoft.EnterpriseManagement.OperationsManager (in Microsoft.EnterpriseManagement.OperationsManager.dll)

System::Object
  Microsoft.EnterpriseManagement.ConnectorFramework::ConnectorTieredOperationFailure

[KnownTypeAttribute((UnknownChannelException^::typeid))]
[KnownTypeAttribute((ServerDisconnectedException^::typeid))]
[KnownTypeAttribute((ServiceNotRunningException^::typeid))]
[KnownTypeAttribute((UnknownServiceException^::typeid))]
[KnownTypeAttribute((ObjectNotFoundException^::typeid))]
[KnownTypeAttribute((UnauthorizedAccessEnterpriseManagementException^::typeid))]
[KnownTypeAttribute((UnknownAuthorizationStoreException^::typeid))]
[KnownTypeAttribute((TimeoutException^::typeid))]
[KnownTypeAttribute((InvalidDatabaseDataException^::typeid))]
[DataContractAttribute]
[KnownTypeAttribute((ConnectorInvalidException^::typeid))]
[KnownTypeAttribute((ArgumentNullException^::typeid))]
[KnownTypeAttribute((ConnectorAlreadyInStateException^::typeid))]
[KnownTypeAttribute((InvalidOperationException^::typeid))]
[KnownTypeAttribute((UnknownDatabaseException^::typeid))]
public ref class ConnectorTieredOperationFailure 

NameDescription
System_CAPS_pubmethodEquals(Object^)

(Inherited from Object.)

System_CAPS_protmethodFinalize()

(Inherited from Object.)

System_CAPS_pubmethodGetHashCode()

(Inherited from Object.)

System_CAPS_pubmethodGetType()

(Inherited from Object.)

System_CAPS_protmethodMemberwiseClone()

(Inherited from Object.)

System_CAPS_pubmethodToString()

(Inherited from Object.)

NameDescription
System_CAPS_pubfieldTieredException

The exception that caused the failure for the tiered Management Group.

System_CAPS_pubfieldTieredManagementGroupId

The globally unique identifier (GUID) of the tiered Management Group that the operation failure came from.

System_CAPS_pubfieldTieredManagementGroupName

The name of the tiered Management Group that the operation failure came from. This value is null if the failure came from the immediate tier.

Indicates that the requested operation failed for the given tier.

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Return to top
Show: