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.
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
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.
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.