ServicesExceptionNotHandledEventArgs Classe

Definizione

Attenzione

The System.Workflow.* types are deprecated. Instead, please use the new types from System.Activities.*

Fornisce i dati per l'evento ServicesExceptionNotHandled.

public ref class ServicesExceptionNotHandledEventArgs sealed : EventArgs
public sealed class ServicesExceptionNotHandledEventArgs : EventArgs
[System.Obsolete("The System.Workflow.* types are deprecated.  Instead, please use the new types from System.Activities.*")]
public sealed class ServicesExceptionNotHandledEventArgs : EventArgs
type ServicesExceptionNotHandledEventArgs = class
    inherit EventArgs
[<System.Obsolete("The System.Workflow.* types are deprecated.  Instead, please use the new types from System.Activities.*")>]
type ServicesExceptionNotHandledEventArgs = class
    inherit EventArgs
Public NotInheritable Class ServicesExceptionNotHandledEventArgs
Inherits EventArgs
Ereditarietà
ServicesExceptionNotHandledEventArgs
Attributi

Commenti

Nota

In questo materiale vengono descritti tipi e spazi dei nomi obsoleti. Per altre informazioni, vedere Deprecated Types in Windows Workflow Foundation 4.5 (Tipi deprecati in Windows Workflow Foundation 4.5).

Quando un servizio che deriva dalla classe WorkflowRuntimeService rileva un'eccezione che non può gestire, può chiamare il metodo RaiseServicesExceptionNotHandledEvent per indicare al motore di runtime del flusso di lavoro di generare l'evento WorkflowRuntime.ServicesExceptionNotHandled. Il servizio passa l'oggetto Guid dell'istanza del flusso di lavoro e l'oggetto Exception associato a questo evento nella chiamata a RaiseServicesExceptionNotHandledEvent. Il motore di runtime del flusso di lavoro incapsula questi parametri in un ServicesExceptionNotHandledEventArgs e genera l'evento WorkflowRuntime.ServicesExceptionNotHandled. Da un sottoscrittore dell'evento WorkflowRuntime.ServicesExceptionNotHandled è possibile leggere la proprietà WorkflowInstanceId e la proprietà Exception per ottenere le informazioni associate a un particolare evento WorkflowRuntime.ServicesExceptionNotHandled.

Proprietà

Exception
Obsoleti.

Ottiene l'eccezione non gestita dal servizio.

WorkflowInstanceId
Obsoleti.

Ottiene l'oggetto Guid dell'istanza del flusso di lavoro associato all'eccezione non gestita.

Metodi

Equals(Object)
Obsoleti.

Determina se l'oggetto specificato è uguale all'oggetto corrente.

(Ereditato da Object)
GetHashCode()
Obsoleti.

Funge da funzione hash predefinita.

(Ereditato da Object)
GetType()
Obsoleti.

Ottiene l'oggetto Type dell'istanza corrente.

(Ereditato da Object)
MemberwiseClone()
Obsoleti.

Crea una copia superficiale dell'oggetto Object corrente.

(Ereditato da Object)
ToString()
Obsoleti.

Restituisce una stringa che rappresenta l'oggetto corrente.

(Ereditato da Object)

Si applica a