Freigeben über


AuthenticationException-Klasse

 

Stellt die Authentifizierungsausnahme dar.

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

Vererbungshierarchie

System.Object
  System.Exception
    Microsoft.Workflow.Client.WorkflowManagementException
      Microsoft.Workflow.Client.AuthenticationException

Syntax

[SerializableAttribute]
public class AuthenticationException : WorkflowManagementException
[SerializableAttribute]
public ref class AuthenticationException : WorkflowManagementException
[<SerializableAttribute>]
type AuthenticationException = 
    class
        inherit WorkflowManagementException
    end
<SerializableAttribute>
Public Class AuthenticationException
    Inherits WorkflowManagementException

Konstruktoren

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.

Eigenschaften

Name Beschreibung
System_CAPS_pubproperty Data

(Geerbt von Exception.)

System_CAPS_pubproperty HelpLink

(Geerbt von Exception.)

System_CAPS_pubproperty HResult

(Geerbt von Exception.)

System_CAPS_pubproperty InnerException

(Geerbt von Exception.)

System_CAPS_pubproperty Message

(Geerbt von Exception.)

System_CAPS_pubproperty Source

(Geerbt von Exception.)

System_CAPS_pubproperty StackTrace

(Geerbt von Exception.)

System_CAPS_pubproperty TargetSite

(Geerbt von Exception.)

Methoden

Name Beschreibung
System_CAPS_pubmethod Equals(Object)

(Geerbt von Object.)

System_CAPS_protmethod Finalize()

(Geerbt von Object.)

System_CAPS_pubmethod GetBaseException()

(Geerbt von Exception.)

System_CAPS_pubmethod GetHashCode()

(Geerbt von Object.)

System_CAPS_pubmethod GetObjectData(SerializationInfo, StreamingContext)

(Geerbt von Exception.)

System_CAPS_pubmethod GetType()

(Geerbt von Exception.)

System_CAPS_protmethod MemberwiseClone()

(Geerbt von Object.)

System_CAPS_pubmethod ToString()

(Geerbt von Exception.)

Ereignisse

Name Beschreibung
System_CAPS_protevent SerializeObjectState

(Geerbt von Exception.)

Threadsicherheit

Öffentliche statische (in Visual Basic freigegebene) Member dieses Typs sind threadsicher. Bei Instanzmembern ist die Threadsicherheit nicht gewährleistet.

Siehe auch

Microsoft.Workflow.Client-Namespace

Zurück zum Anfang