Share via


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
System_CAPS_pubmethod Equals(Object)

(Inherited from Object.)

System_CAPS_protmethod Finalize()

(Inherited from Object.)

System_CAPS_pubmethod GetHashCode()

(Inherited from Object.)

System_CAPS_pubmethod GetType()

(Inherited from Object.)

System_CAPS_protmethod MemberwiseClone()

(Inherited from Object.)

System_CAPS_pubmethod ToString()

(Inherited from Object.)

Fields

Name Description
System_CAPS_pubfield TieredException

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

System_CAPS_pubfield TieredManagementGroupId

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

System_CAPS_pubfield 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