Click or drag to resize

OperationEventArgsError Property

Returns the error that made the operation fail (if any).

Namespace:  Jam.Shell
Assembly:  ShellBrowser.Winforms (in ShellBrowser.Winforms.dll) Version: 6.3.1
Syntax
public Exception Error { get; }

Property Value

Type: Exception
The exception or null.
See Also