TieringSetupException Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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, 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. |
TieringSetupException(String) |
Initializes a new TieringSetupException object by specifying the error message that describes the current exception. |