Proprietà PublishNotificationErrorEventArgs.Error

Ottiene o imposta l'errore che ha causato l'eccezione.

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

Sintassi

'Dichiarazione
Public Property Error As Exception 
    Get 
    Private Set
'Utilizzo
Dim instance As PublishNotificationErrorEventArgs 
Dim value As Exception 

value = instance.Error
public Exception Error { get; private set; }
public:
property Exception^ Error {
    Exception^ get ();
    private: void set (Exception^ value);
}
member Error : Exception with get, private set
function get Error () : Exception 
private function set Error (value : Exception)

Valore proprietà

Tipo: System.Exception
Errore che ha causato l'eccezione.

Vedere anche

Riferimento

PublishNotificationErrorEventArgs Classe

Spazio dei nomi Microsoft.Workflow.Client