ErrorEventArgs Constructor
Namespace: Rebex.TerminalEmulation
Assembly: Rebex.Terminal.Control.dll (version 7.0.9147)
ErrorEventArgs(Exception)
Initializes a new instance of the Error
Declaration
public ErrorEventArgs(Exception exception)
Parameters
Type | Name | Description |
---|---|---|
Exception | exception | An Exception. |
ErrorEventArgs(Exception, Boolean)
Initializes a new instance of the Error
Declaration
public ErrorEventArgs(Exception exception, bool defaultHandledValue)