Freigeben über


ActivityValidationException-Klasse

 

Stellt die während der Überprüfung der Aktivität aufgetretenen Fehler 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.ActivityValidationException

Syntax

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

Konstruktoren

Name Beschreibung
System_CAPS_pubmethod ActivityValidationException()

Initialisiert eine neue Instanz der ActivityValidationException-Klasse.

System_CAPS_protmethod ActivityValidationException(SerializationInfo, StreamingContext)

Initialisiert eine neue Instanz der ActivityValidationException-Klasse.

System_CAPS_pubmethod ActivityValidationException(String)

Initialisiert eine neue Instanz der ActivityValidationException-Klasse.

System_CAPS_pubmethod ActivityValidationException(String, Exception)

Initialisiert eine neue Instanz der ActivityValidationException-Klasse.

Eigenschaften

Name Beschreibung
System_CAPS_pubproperty ActivityName

Ruft den Namen der Aktivität ab, die überprüft wird, oder legt diesen fest.

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 ScopePath

Ruft den Pfad des Bereichs ab oder legt ihn fest.

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)

Füllt das SerializationInfo-Objekt mit Informationen zur Ausnahme auf.(Setzt "Exception.GetObjectData(SerializationInfo, StreamingContext)" außer Kraft.)

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