Classe InternalServerException

 

Representa os erros encontrados no servidor interno.

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.InternalServerException

Sintaxe

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

Construtores

Nome Descrição
System_CAPS_pubmethod InternalServerException()

Inicializa uma nova instância da classe InternalServerException.

System_CAPS_protmethod InternalServerException(SerializationInfo, StreamingContext)

Inicializa uma nova instância da classe InternalServerException.

System_CAPS_pubmethod InternalServerException(String)

Inicializa uma nova instância da classe InternalServerException.

System_CAPS_pubmethod InternalServerException(String, Exception)

Inicializa uma nova instância da classe InternalServerException.

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