Share via


WorkflowManagementException-Klasse

 

Stellt die Fehler dar, die bei der Workflowverwaltung auftreten.

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.ActivityValidationException
      Microsoft.Workflow.Client.AuthenticationException
      Microsoft.Workflow.Client.InternalServerException
      Microsoft.Workflow.Client.InvalidRequestException
      Microsoft.Workflow.Client.ScopeInactiveException
      Microsoft.Workflow.Client.ScopeRevisionMismatchException
      Microsoft.Workflow.Client.ServiceReadOnlyException
      Microsoft.Workflow.Client.ServiceVersionMismatchException
      Microsoft.Workflow.Client.WorkflowCommunicationException
      Microsoft.Workflow.Client.WorkflowEndpointNotFoundException
      Microsoft.Workflow.Client.WorkflowQuotaExceededException
      Microsoft.Workflow.Client.WorkflowResourceNotFoundException

Syntax

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

Konstruktoren

Name Beschreibung
System_CAPS_pubmethod WorkflowManagementException()

Initialisiert eine neue Instanz der WorkflowManagementException-Klasse.

System_CAPS_protmethod WorkflowManagementException(SerializationInfo, StreamingContext)

Initialisiert eine neue Instanz der WorkflowManagementException-Klasse.

System_CAPS_pubmethod WorkflowManagementException(String)

Initialisiert eine neue Instanz der WorkflowManagementException-Klasse.

System_CAPS_pubmethod WorkflowManagementException(String, Exception)

Initialisiert eine neue Instanz der WorkflowManagementException-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