Share via


WriteError.Exception Property

Definition

Provides access to the Exception parameter.

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

Property Value

Attributes

Applies to