Share via


AuthenticationException コンストラクター

 

AuthenticationException クラスの新しいインスタンスを初期化します。

名前空間:   Microsoft.Workflow.Client
アセンブリ:  Microsoft.Workflow.Client (Microsoft.Workflow.Client.dll 内)

オーバーロードの一覧

名前 説明
System_CAPS_pubmethod AuthenticationException()

AuthenticationException クラスの新しいインスタンスを初期化します。

System_CAPS_protmethod AuthenticationException(SerializationInfo, StreamingContext)

AuthenticationException クラスの新しいインスタンスを初期化します。

System_CAPS_pubmethod AuthenticationException(String)

AuthenticationException クラスの新しいインスタンスを初期化します。

System_CAPS_pubmethod AuthenticationException(String, Exception)

AuthenticationException クラスの新しいインスタンスを初期化します。

参照

AuthenticationException クラス
Microsoft.Workflow.Client 名前空間

トップに戻る

AuthenticationException コンストラクター ()

AuthenticationException クラスの新しいインスタンスを初期化します。

構文

public AuthenticationException()
public:
AuthenticationException()
new : unit -> AuthenticationException
Public Sub New

トップに戻る

AuthenticationException コンストラクター (SerializationInfo, StreamingContext)

AuthenticationException クラスの新しいインスタンスを初期化します。

構文

protected AuthenticationException(
    SerializationInfo info,
    StreamingContext context
)
protected:
AuthenticationException(
    SerializationInfo^ info,
    StreamingContext context
)
new : 
        info:SerializationInfo *
        context:StreamingContext -> AuthenticationException
Protected Sub New (
    info As SerializationInfo,
    context As StreamingContext
)

パラメーター

トップに戻る

AuthenticationException コンストラクター (String)

AuthenticationException クラスの新しいインスタンスを初期化します。

構文

public AuthenticationException(
    string message
)
public:
AuthenticationException(
    String^ message
)
new : 
        message:string -> AuthenticationException
Public Sub New (
    message As String
)

パラメーター

トップに戻る

AuthenticationException コンストラクター (String, Exception)

AuthenticationException クラスの新しいインスタンスを初期化します。

構文

public AuthenticationException(
    string message,
    Exception inner
)
public:
AuthenticationException(
    String^ message,
    Exception^ inner
)
new : 
        message:string *
        inner:Exception -> AuthenticationException
Public Sub New (
    message As String,
    inner As Exception
)

パラメーター

トップに戻る