Click or drag to resize

OperationEventArgsError Property

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

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

Property Value

Exception
The exception or null.
See Also