ErrorEventArgs Constructor
Namespace: Rebex.TerminalEmulation
Assembly: Rebex.Terminal.Control.dll (version 7.0.9083)
ErrorEventArgs(Exception)
Initializes a new instance of the ErrorEventArgs class with the specified exception and a default Handled property value of false.
Declaration
public ErrorEventArgs(Exception exception)
Parameters
Type | Name | Description |
---|---|---|
Exception | exception | An Exception. |
ErrorEventArgs(Exception, Boolean)
Initializes a new instance of the ErrorEventArgs class with the specified exception and default value for the Handled property.
Declaration
public ErrorEventArgs(Exception exception, bool defaultHandledValue)
Parameters
Type | Name | Description |
---|---|---|
Exception | exception | An Exception. |
Boolean | defaultHandledValue | The default value for the Handled property. |