ConnectorTieredOperationFailure Class
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)
Inheritance Hierarchy
System.Object
Microsoft.EnterpriseManagement.ConnectorFramework.ConnectorTieredOperationFailure
Syntax
[KnownTypeAttribute(typeof(UnknownChannelException))]
[KnownTypeAttribute(typeof(ServerDisconnectedException))]
[KnownTypeAttribute(typeof(ServiceNotRunningException))]
[KnownTypeAttribute(typeof(UnknownServiceException))]
[KnownTypeAttribute(typeof(ObjectNotFoundException))]
[KnownTypeAttribute(typeof(UnauthorizedAccessEnterpriseManagementException))]
[KnownTypeAttribute(typeof(UnknownAuthorizationStoreException))]
[KnownTypeAttribute(typeof(TimeoutException))]
[KnownTypeAttribute(typeof(InvalidDatabaseDataException))]
[DataContractAttribute]
[KnownTypeAttribute(typeof(ConnectorInvalidException))]
[KnownTypeAttribute(typeof(ArgumentNullException))]
[KnownTypeAttribute(typeof(ConnectorAlreadyInStateException))]
[KnownTypeAttribute(typeof(InvalidOperationException))]
[KnownTypeAttribute(typeof(UnknownDatabaseException))]
public class 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
[<KnownTypeAttribute(typeof(UnknownChannelException))>]
[<KnownTypeAttribute(typeof(ServerDisconnectedException))>]
[<KnownTypeAttribute(typeof(ServiceNotRunningException))>]
[<KnownTypeAttribute(typeof(UnknownServiceException))>]
[<KnownTypeAttribute(typeof(ObjectNotFoundException))>]
[<KnownTypeAttribute(typeof(UnauthorizedAccessEnterpriseManagementException))>]
[<KnownTypeAttribute(typeof(UnknownAuthorizationStoreException))>]
[<KnownTypeAttribute(typeof(TimeoutException))>]
[<KnownTypeAttribute(typeof(InvalidDatabaseDataException))>]
[<DataContractAttribute>]
[<KnownTypeAttribute(typeof(ConnectorInvalidException))>]
[<KnownTypeAttribute(typeof(ArgumentNullException))>]
[<KnownTypeAttribute(typeof(ConnectorAlreadyInStateException))>]
[<KnownTypeAttribute(typeof(InvalidOperationException))>]
[<KnownTypeAttribute(typeof(UnknownDatabaseException))>]
type ConnectorTieredOperationFailure = class end
<KnownTypeAttribute(GetType(UnknownChannelException))>
<KnownTypeAttribute(GetType(ServerDisconnectedException))>
<KnownTypeAttribute(GetType(ServiceNotRunningException))>
<KnownTypeAttribute(GetType(UnknownServiceException))>
<KnownTypeAttribute(GetType(ObjectNotFoundException))>
<KnownTypeAttribute(GetType(UnauthorizedAccessEnterpriseManagementException))>
<KnownTypeAttribute(GetType(UnknownAuthorizationStoreException))>
<KnownTypeAttribute(GetType(TimeoutException))>
<KnownTypeAttribute(GetType(InvalidDatabaseDataException))>
<DataContractAttribute>
<KnownTypeAttribute(GetType(ConnectorInvalidException))>
<KnownTypeAttribute(GetType(ArgumentNullException))>
<KnownTypeAttribute(GetType(ConnectorAlreadyInStateException))>
<KnownTypeAttribute(GetType(InvalidOperationException))>
<KnownTypeAttribute(GetType(UnknownDatabaseException))>
Public Class ConnectorTieredOperationFailure
Methods
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.) |
Fields
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. |
Remarks
Indicates that the requested operation failed for the given tier.
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
See Also
Microsoft.EnterpriseManagement.ConnectorFramework Namespace
Return to top