FabricServerAuthenticationFailedException Class

Definition

The exception that indicates a failed authentication of cluster or server identity.

[System.Serializable]
public class FabricServerAuthenticationFailedException : System.Fabric.FabricException
[<System.Serializable>]
type FabricServerAuthenticationFailedException = class
    inherit FabricException
Public Class FabricServerAuthenticationFailedException
Inherits FabricException
Inheritance
FabricServerAuthenticationFailedException
Attributes

Constructors

FabricServerAuthenticationFailedException()

Initializes a new instance of FabricServerAuthenticationFailedException class with error code Unknown.

FabricServerAuthenticationFailedException(FabricErrorCode)

Initializes a new instance of FabricServerAuthenticationFailedException class with a specified error code.

FabricServerAuthenticationFailedException(SerializationInfo, StreamingContext)

Initializes a new instance of FabricServerAuthenticationFailedException class from a serialized object data, with a specified context.

FabricServerAuthenticationFailedException(SerializationInfo, StreamingContext, FabricErrorCode)

Initializes a new instance of FabricServerAuthenticationFailedException class from a serialized object data, with specified context and error code.

FabricServerAuthenticationFailedException(String)

Initializes a new instance of FabricServerAuthenticationFailedException class with error code Unknown and a specified error message.

FabricServerAuthenticationFailedException(String, Exception)

Initializes a new instance of FabricServerAuthenticationFailedException class with a specified error message and a reference to the inner exception that is the cause of this exception.

FabricServerAuthenticationFailedException(String, Exception, FabricErrorCode)

Initializes a new instance of FabricServerAuthenticationFailedException class with a specified error message, a reference to the inner exception that is the cause of this exception, and a specified error code.

FabricServerAuthenticationFailedException(String, FabricErrorCode)

Initializes a new instance of FabricServerAuthenticationFailedException class with specified error message and error code.

Properties

ErrorCode

Gets the error code parameter.

(Inherited from FabricException)

Applies to