Click or drag to resize

ShellCommandEventArgsError Property

Returns the Exception that might have occurred.

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

Property Value

Type: Exception
The error or null.
See Also