ErrorEventArgs Class
Namespace: Rebex.TerminalEmulation
Assembly: Rebex.Terminal.Control.dll (version 7.0.9313)
Provides data for the ProcessingError event.
Syntax
public class ErrorEventArgs : HandledEventArgs
  Inherited Members
Constructors
| Name | Description | 
|---|---|
| ErrorEventArgs(Exception) | Initializes a new instance of the ErrorEventArgs class with the specified exception and a default Handled property value of false.  | 
      
| ErrorEventArgs(Exception, Boolean) | Initializes a new instance of the ErrorEventArgs class with the specified exception and default value for the Handled property.  | 
      
Properties
| Name | Description | 
|---|---|
| Exception | Gets the Exception.  |