Share via


FabricServerAuthenticationFailedException Constructors

Definition

Overloads

FabricServerAuthenticationFailedException()

public FabricServerAuthenticationFailedException();
Public Sub New ()

Applies to

FabricServerAuthenticationFailedException(FabricErrorCode)

public FabricServerAuthenticationFailedException(System.Fabric.FabricErrorCode errorCode);
new System.Fabric.FabricServerAuthenticationFailedException : System.Fabric.FabricErrorCode -> System.Fabric.FabricServerAuthenticationFailedException
Public Sub New (errorCode As FabricErrorCode)

Parameters

errorCode
FabricErrorCode

Applies to

FabricServerAuthenticationFailedException(String)

public FabricServerAuthenticationFailedException(string message);
new System.Fabric.FabricServerAuthenticationFailedException : string -> System.Fabric.FabricServerAuthenticationFailedException
Public Sub New (message As String)

Parameters

message
System.String

Applies to

FabricServerAuthenticationFailedException(SerializationInfo, StreamingContext)

protected FabricServerAuthenticationFailedException(System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context);
new System.Fabric.FabricServerAuthenticationFailedException : System.Runtime.Serialization.SerializationInfo * System.Runtime.Serialization.StreamingContext -> System.Fabric.FabricServerAuthenticationFailedException
Protected Sub New (info As SerializationInfo, context As StreamingContext)

Parameters

info
System.Runtime.Serialization.SerializationInfo
context
System.Runtime.Serialization.StreamingContext

Applies to

FabricServerAuthenticationFailedException(String, Exception)

public FabricServerAuthenticationFailedException(string message, Exception inner);
new System.Fabric.FabricServerAuthenticationFailedException : string * Exception -> System.Fabric.FabricServerAuthenticationFailedException
Public Sub New (message As String, inner As Exception)

Parameters

message
System.String
inner
System.Exception

Applies to

FabricServerAuthenticationFailedException(String, FabricErrorCode)

public FabricServerAuthenticationFailedException(string message, System.Fabric.FabricErrorCode errorCode);
new System.Fabric.FabricServerAuthenticationFailedException : string * System.Fabric.FabricErrorCode -> System.Fabric.FabricServerAuthenticationFailedException
Public Sub New (message As String, errorCode As FabricErrorCode)

Parameters

message
System.String
errorCode
FabricErrorCode

Applies to

FabricServerAuthenticationFailedException(SerializationInfo, StreamingContext, FabricErrorCode)

protected FabricServerAuthenticationFailedException(System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context, System.Fabric.FabricErrorCode errorCode);
new System.Fabric.FabricServerAuthenticationFailedException : System.Runtime.Serialization.SerializationInfo * System.Runtime.Serialization.StreamingContext * System.Fabric.FabricErrorCode -> System.Fabric.FabricServerAuthenticationFailedException
Protected Sub New (info As SerializationInfo, context As StreamingContext, errorCode As FabricErrorCode)

Parameters

info
System.Runtime.Serialization.SerializationInfo
context
System.Runtime.Serialization.StreamingContext
errorCode
FabricErrorCode

Applies to

FabricServerAuthenticationFailedException(String, Exception, FabricErrorCode)

public FabricServerAuthenticationFailedException(string message, Exception inner, System.Fabric.FabricErrorCode errorCode);
new System.Fabric.FabricServerAuthenticationFailedException : string * Exception * System.Fabric.FabricErrorCode -> System.Fabric.FabricServerAuthenticationFailedException
Public Sub New (message As String, inner As Exception, errorCode As FabricErrorCode)

Parameters

message
System.String
inner
System.Exception
errorCode
FabricErrorCode

Applies to