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

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

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

構文

'宣言
Public Sub New ( _
    message As String _
)
'使用
Dim message As String 

Dim instance As New AuthenticationException(message)
public AuthenticationException(
    string message
)
public:
AuthenticationException(
    String^ message
)
new : 
        message:string -> AuthenticationException
public function AuthenticationException(
    message : String
)

パラメーター

関連項目

参照

AuthenticationException クラス

AuthenticationException オーバーロード

Microsoft.Workflow.Client 名前空間