FabricServerAuthenticationFailedException クラス

定義

クラスターまたはサーバー ID の認証に失敗したことを示す例外。

[System.Serializable]
public class FabricServerAuthenticationFailedException : System.Fabric.FabricException
[<System.Serializable>]
type FabricServerAuthenticationFailedException = class
    inherit FabricException
Public Class FabricServerAuthenticationFailedException
Inherits FabricException
継承
FabricServerAuthenticationFailedException
属性

コンストラクター

FabricServerAuthenticationFailedException()

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

FabricServerAuthenticationFailedException(FabricErrorCode)

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

FabricServerAuthenticationFailedException(SerializationInfo, StreamingContext)

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

FabricServerAuthenticationFailedException(SerializationInfo, StreamingContext, FabricErrorCode)

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

FabricServerAuthenticationFailedException(String)

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

FabricServerAuthenticationFailedException(String, Exception)

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

FabricServerAuthenticationFailedException(String, Exception, FabricErrorCode)

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

FabricServerAuthenticationFailedException(String, FabricErrorCode)

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

プロパティ

ErrorCode

エラー コード パラメーターを取得します。

(継承元 FabricException)

適用対象