Throw.Exception Property

Definition

The exception thrown by the activity.

public:
 property System::Activities::InArgument<Exception ^> ^ Exception { System::Activities::InArgument<Exception ^> ^ get(); void set(System::Activities::InArgument<Exception ^> ^ value); };
[System.Activities.RequiredArgument]
public System.Activities.InArgument<Exception> Exception { get; set; }
[<System.Activities.RequiredArgument>]
member this.Exception : System.Activities.InArgument<Exception> with get, set
Public Property Exception As InArgument(Of Exception)

Property Value

The exception.

Attributes

Applies to