Freigeben über


InvalidRequestException-Klasse

 

Stellt einen Fehler dar, wenn die Clientanforderung ungültig ist.

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

Syntax

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

Konstruktoren

Name Beschreibung
System_CAPS_pubmethod InvalidRequestException()

Initialisiert eine neue Instanz der InvalidRequestException-Klasse.

System_CAPS_protmethod InvalidRequestException(SerializationInfo, StreamingContext)

Initialisiert eine neue Instanz der InvalidRequestException-Klasse mit den angegebenen Informationen und dem angegebenen Kontext.

System_CAPS_pubmethod InvalidRequestException(String)

Initialisiert eine neue Instanz der InvalidRequestException-Klasse mit der angegebenen Fehlermeldung.

System_CAPS_pubmethod InvalidRequestException(String, Exception)

Initialisiert eine neue Instanz der InvalidRequestException-Klasse mit der angegebenen Fehlermeldung und der internen Ausnahme.

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