Classe InternalServerException

 

Rappresenta gli errori rilevati nel server interno.

Spazio dei nomi:   Microsoft.Workflow.Client
Assembly:  Microsoft.Workflow.Client (in Microsoft.Workflow.Client.dll)

Gerarchia di ereditarietà

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

Sintassi

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

Costruttori

Nome Descrizione
System_CAPS_pubmethod InternalServerException()

Inizializza una nuova istanza della classe InternalServerException.

System_CAPS_protmethod InternalServerException(SerializationInfo, StreamingContext)

Inizializza una nuova istanza della classe InternalServerException.

System_CAPS_pubmethod InternalServerException(String)

Inizializza una nuova istanza della classe InternalServerException.

System_CAPS_pubmethod InternalServerException(String, Exception)

Inizializza una nuova istanza della classe InternalServerException.

Proprietà

Nome Descrizione
System_CAPS_pubproperty Data

(Ereditato da Exception.)

System_CAPS_pubproperty HelpLink

(Ereditato da Exception.)

System_CAPS_pubproperty HResult

(Ereditato da Exception.)

System_CAPS_pubproperty InnerException

(Ereditato da Exception.)

System_CAPS_pubproperty Message

(Ereditato da Exception.)

System_CAPS_pubproperty Source

(Ereditato da Exception.)

System_CAPS_pubproperty StackTrace

(Ereditato da Exception.)

System_CAPS_pubproperty TargetSite

(Ereditato da Exception.)

Metodi

Nome Descrizione
System_CAPS_pubmethod Equals(Object)

(Ereditato da Object.)

System_CAPS_protmethod Finalize()

(Ereditato da Object.)

System_CAPS_pubmethod GetBaseException()

(Ereditato da Exception.)

System_CAPS_pubmethod GetHashCode()

(Ereditato da Object.)

System_CAPS_pubmethod GetObjectData(SerializationInfo, StreamingContext)

(Ereditato da Exception.)

System_CAPS_pubmethod GetType()

(Ereditato da Exception.)

System_CAPS_protmethod MemberwiseClone()

(Ereditato da Object.)

System_CAPS_pubmethod ToString()

(Ereditato da Exception.)

Eventi

Nome Descrizione
System_CAPS_protevent SerializeObjectState

(Ereditato da Exception.)

Codice thread safe

Eventuali membri pubblici statici (Shared in Visual Basic) di questo tipo sono thread-safe. I membri di istanza non sono garantiti come thread-safe.

Vedere anche

Spazio dei nomi Microsoft.Workflow.Client

Torna all'inizio