ShellCommandEventArgsError Property |
Returns the Exception that might have occurred.
Namespace:
Jam.Shell
Assembly:
ShellBrowser.Core (in ShellBrowser.Core.dll) Version: 7.1
Syntax public Exception Error { get; }
Public ReadOnly Property Error As Exception
Get
public:
property Exception^ Error {
Exception^ get ();
}
member Error : Exception with get
Property Value
Type:
ExceptionThe error or null.
See Also