WritingCancelledEventArgs.Error Property

Definition

Gets the exception that canceled the write operation.

public:
 property Exception ^ Error { Exception ^ get(); };
public Exception Error { get; }
member this.Error : Exception
Public ReadOnly Property Error As Exception

Property Value

The exception that canceled the write operation.

Applies to