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 | |
---|---|---|
AuthenticationException() | Initialisiert eine neue Instanz der AuthenticationException-Klasse. |
|
AuthenticationException(SerializationInfo, StreamingContext) | Initialisiert eine neue Instanz der AuthenticationException-Klasse. |
|
AuthenticationException(String) | Initialisiert eine neue Instanz der AuthenticationException-Klasse. |
|
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
info
Type: System.Runtime.Serialization.SerializationInfoDie Details der Serialisierung.
context
Type: System.Runtime.Serialization.StreamingContextDer Streamingkontext.
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
message
Type: System.StringDie Ausnahmemeldung.
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
message
Type: System.StringDie Ausnahmemeldung.
inner
Type: System.ExceptionDer Fehler.
Zurück zum Anfang