ConnectorTieredOperationFailure Class
Updated: April 16, 2012
Applies To: Operations Manager for System Center 2012
Represents an operation failure for a given tiered Management Group.
Assembly: Microsoft.EnterpriseManagement.OperationsManager (in Microsoft.EnterpriseManagement.OperationsManager.dll)
[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
| Name | Description | |
|---|---|---|
![]() | Equals(Object^) | (Inherited from Object.) |
![]() | Finalize() | (Inherited from Object.) |
![]() | GetHashCode() | (Inherited from Object.) |
![]() | GetType() | (Inherited from Object.) |
![]() | MemberwiseClone() | (Inherited from Object.) |
![]() | ToString() | (Inherited from Object.) |
| Name | Description | |
|---|---|---|
![]() | TieredException | The exception that caused the failure for the tiered Management Group. |
![]() | TieredManagementGroupId | The globally unique identifier (GUID) of the tiered Management Group that the operation failure came from. |
![]() | TieredManagementGroupName | 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.


