The WebDavErrorEventArgs type exposes the following members.
Name | Description | |
---|---|---|
Exception | ||
Result |
Set this property to Repeat in your event handler to retry this request.
Set this property to ContinueProcessing
to continue processing without error throw.
Set this property to Fail to throw exception.
Default is Fail.
|