Freigeben über


AuthenticationException-Konstruktor

 

Initialisiert eine neue Instanz der AuthenticationException-Klasse.

Namespace:   Microsoft.Workflow.Client
Assembly:  Microsoft.Workflow.Client (in Microsoft.Workflow.Client.dll)

Überladungsliste

Name Beschreibung
System_CAPS_pubmethod AuthenticationException()

Initialisiert eine neue Instanz der AuthenticationException-Klasse.

System_CAPS_protmethod AuthenticationException(SerializationInfo, StreamingContext)

Initialisiert eine neue Instanz der AuthenticationException-Klasse.

System_CAPS_pubmethod AuthenticationException(String)

Initialisiert eine neue Instanz der AuthenticationException-Klasse.

System_CAPS_pubmethod AuthenticationException(String, Exception)

Initialisiert eine neue Instanz der AuthenticationException-Klasse.

Siehe auch

AuthenticationException-Klasse
Microsoft.Workflow.Client-Namespace

Zurück zum Anfang

AuthenticationException-Konstruktor ()

Initialisiert eine neue Instanz der AuthenticationException-Klasse.

Syntax

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

Zurück zum Anfang

AuthenticationException-Konstruktor (SerializationInfo, StreamingContext)

Initialisiert eine neue Instanz der AuthenticationException-Klasse.

Syntax

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
)

Parameter

Zurück zum Anfang

AuthenticationException-Konstruktor (String)

Initialisiert eine neue Instanz der AuthenticationException-Klasse.

Syntax

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

Parameter

Zurück zum Anfang

AuthenticationException-Konstruktor (String, Exception)

Initialisiert eine neue Instanz der AuthenticationException-Klasse.

Syntax

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
)

Parameter

Zurück zum Anfang