IsHandled
Determines whether the exception has been handled. Clients of the UnhandledException event
must set this property to true
if they handle the exception. Otherwise, the exception will be rethrown.
Declaration
public bool IsHandled { get; set; }
Property Value
Type | Description |
---|---|
bool |