Share via


TieringSetupException Class

Definition

Represents the exception that is thrown because an error occurred while setting up a tiered Management Group.

public ref class TieringSetupException : Microsoft::EnterpriseManagement::Common::EnterpriseManagementException
[System.Runtime.Serialization.KnownType(typeof(System.Net.Sockets.SocketException))]
[System.Runtime.Serialization.KnownType(typeof(System.ServiceModel.EndpointNotFoundException))]
[System.Serializable]
public class TieringSetupException : Microsoft.EnterpriseManagement.Common.EnterpriseManagementException
type TieringSetupException = class
    inherit EnterpriseManagementException
Public Class TieringSetupException
Inherits EnterpriseManagementException
Inheritance
Attributes

Constructors

TieringSetupException()

Initializes a new TieringSetupException object.

TieringSetupException(Exception)

Initializes a new TieringSetupException object by specifying an inner exception that caused the current exception.

TieringSetupException(SerializationInfo, StreamingContext)

Initializes a new TieringSetupException object with serialized data.

TieringSetupException(String)

Initializes a new TieringSetupException object by specifying the error message that describes the current exception.

TieringSetupException(String, Exception)

Initializes a new TieringSetupException object by specifying the error message that describes the current exception and the inner exception that caused the current exception.

Applies to