Share via


Classe AuthenticationException

 

Representa a exceção de autenticação.

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

Hierarquia de herança

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

Sintaxe

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

Construtores

Nome Descrição
System_CAPS_pubmethod AuthenticationException()

Inicializa uma nova instância da classe AuthenticationException.

System_CAPS_protmethod AuthenticationException(SerializationInfo, StreamingContext)

Inicializa uma nova instância da classe AuthenticationException.

System_CAPS_pubmethod AuthenticationException(String)

Inicializa uma nova instância da classe AuthenticationException.

System_CAPS_pubmethod AuthenticationException(String, Exception)

Inicializa uma nova instância da classe AuthenticationException.

Propriedades

Nome Descrição
System_CAPS_pubproperty Data

(herdado de Exception.)

System_CAPS_pubproperty HelpLink

(herdado de Exception.)

System_CAPS_pubproperty HResult

(herdado de Exception.)

System_CAPS_pubproperty InnerException

(herdado de Exception.)

System_CAPS_pubproperty Message

(herdado de Exception.)

System_CAPS_pubproperty Source

(herdado de Exception.)

System_CAPS_pubproperty StackTrace

(herdado de Exception.)

System_CAPS_pubproperty TargetSite

(herdado de Exception.)

Métodos

Nome Descrição
System_CAPS_pubmethod Equals(Object)

(herdado de Object.)

System_CAPS_protmethod Finalize()

(herdado de Object.)

System_CAPS_pubmethod GetBaseException()

(herdado de Exception.)

System_CAPS_pubmethod GetHashCode()

(herdado de Object.)

System_CAPS_pubmethod GetObjectData(SerializationInfo, StreamingContext)

(herdado de Exception.)

System_CAPS_pubmethod GetType()

(herdado de Exception.)

System_CAPS_protmethod MemberwiseClone()

(herdado de Object.)

System_CAPS_pubmethod ToString()

(herdado de Exception.)

Eventos

Nome Descrição
System_CAPS_protevent SerializeObjectState

(herdado de Exception.)

Acesso thread-safe

Qualquer estático público (Compartilhado no Visual Basic) membros desde tipo são thread safe. Não há garantia de que qualquer membro de instância seja thread-safe.

Consulte também

Namespace Microsoft.Workflow.Client

Retornar ao topo