次の方法で共有


FabricServerAuthenticationFailedException コンストラクター

定義

オーバーロード

FabricServerAuthenticationFailedException()

エラー コード Unknownを使用して、 クラスのFabricServerAuthenticationFailedException新しいインスタンスを初期化します。

FabricServerAuthenticationFailedException(FabricErrorCode)

指定したエラー コードを使用して、 クラスの FabricServerAuthenticationFailedException 新しいインスタンスを初期化します。

FabricServerAuthenticationFailedException(String)

エラー コードUnknownと指定したエラー メッセージを使用して、 クラスのFabricServerAuthenticationFailedException新しいインスタンスを初期化します。

FabricServerAuthenticationFailedException(SerializationInfo, StreamingContext)

指定したコンテキストを使用して、シリアル化されたオブジェクト データから クラスの FabricServerAuthenticationFailedException 新しいインスタンスを初期化します。

FabricServerAuthenticationFailedException(String, Exception)

指定したエラー メッセージと、この例外の FabricServerAuthenticationFailedException 原因である内部例外への参照を使用して、 クラスの新しいインスタンスを初期化します。

FabricServerAuthenticationFailedException(String, FabricErrorCode)

指定したエラー メッセージとエラー コードを使用して、 クラスの FabricServerAuthenticationFailedException 新しいインスタンスを初期化します。

FabricServerAuthenticationFailedException(SerializationInfo, StreamingContext, FabricErrorCode)

指定したコンテキストとエラー コードを使用して、シリアル化されたオブジェクト データから クラスの FabricServerAuthenticationFailedException 新しいインスタンスを初期化します。

FabricServerAuthenticationFailedException(String, Exception, FabricErrorCode)

指定したエラー メッセージ、この例外の FabricServerAuthenticationFailedException 原因である内部例外への参照、および指定したエラー コードを使用して、 クラスの新しいインスタンスを初期化します。

FabricServerAuthenticationFailedException()

エラー コード Unknownを使用して、 クラスのFabricServerAuthenticationFailedException新しいインスタンスを初期化します。

public FabricServerAuthenticationFailedException ();
Public Sub New ()

適用対象

FabricServerAuthenticationFailedException(FabricErrorCode)

指定したエラー コードを使用して、 クラスの FabricServerAuthenticationFailedException 新しいインスタンスを初期化します。

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

パラメーター

errorCode
FabricErrorCode

例外に関連付けられているエラー コード。

適用対象

FabricServerAuthenticationFailedException(String)

エラー コードUnknownと指定したエラー メッセージを使用して、 クラスのFabricServerAuthenticationFailedException新しいインスタンスを初期化します。

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

パラメーター

message
String

例外の原因を説明するエラー メッセージ。

適用対象

FabricServerAuthenticationFailedException(SerializationInfo, StreamingContext)

指定したコンテキストを使用して、シリアル化されたオブジェクト データから クラスの FabricServerAuthenticationFailedException 新しいインスタンスを初期化します。

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)

パラメーター

info
SerializationInfo

SerializationInfoスローされる例外のシリアル化されたオブジェクト データを格納している オブジェクト。

context
StreamingContext

転送元または転送先についてのコンテキスト情報を保持する StreamingContext オブジェクトです。 context パラメーターは将来使用するために予約されており、null にすることができます。

適用対象

FabricServerAuthenticationFailedException(String, Exception)

指定したエラー メッセージと、この例外の FabricServerAuthenticationFailedException 原因である内部例外への参照を使用して、 クラスの新しいインスタンスを初期化します。

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

パラメーター

message
String

例外の原因を説明するエラー メッセージ。

inner
Exception

現在の例外の原因である例外。内部例外が指定されていない場合は null。 クラスは Exception 、内部例外の詳細を提供します。

適用対象

FabricServerAuthenticationFailedException(String, FabricErrorCode)

指定したエラー メッセージとエラー コードを使用して、 クラスの FabricServerAuthenticationFailedException 新しいインスタンスを初期化します。

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)

パラメーター

message
String

例外の原因を説明するエラー メッセージ。

errorCode
FabricErrorCode

例外に関連付けられているエラー コード。

適用対象

FabricServerAuthenticationFailedException(SerializationInfo, StreamingContext, FabricErrorCode)

指定したコンテキストとエラー コードを使用して、シリアル化されたオブジェクト データから クラスの FabricServerAuthenticationFailedException 新しいインスタンスを初期化します。

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)

パラメーター

info
SerializationInfo

SerializationInfoスローされる例外のシリアル化されたオブジェクト データを格納している オブジェクト。

context
StreamingContext

転送元または転送先についてのコンテキスト情報を保持する StreamingContext オブジェクトです。 context パラメーターは将来使用するために予約されており、null にすることができます。

errorCode
FabricErrorCode

例外に関連付けられているエラー コード。

適用対象

FabricServerAuthenticationFailedException(String, Exception, FabricErrorCode)

指定したエラー メッセージ、この例外の FabricServerAuthenticationFailedException 原因である内部例外への参照、および指定したエラー コードを使用して、 クラスの新しいインスタンスを初期化します。

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)

パラメーター

message
String

例外の原因を説明するエラー メッセージ。

inner
Exception

現在の例外の原因である例外。内部例外が指定されていない場合は null。 クラスは Exception 、内部例外の詳細を提供します。

errorCode
FabricErrorCode

例外に関連付けられているエラー コード。

適用対象