C# Class CK.Keyboard.Model.KeyboardContextErrorEventArgs

Defines the error event. This may wrap an exception or simply defines an error message.
Inheritance: KeyboardContextEventArgs
Show file Open project: Invenietis/ck-certified

Public Methods

Method Description
KeyboardContextErrorEventArgs ( IKeyboardContext ctx, Exception ex ) : System
KeyboardContextErrorEventArgs ( IKeyboardContext ctx, Exception ex, string message ) : System
KeyboardContextErrorEventArgs ( IKeyboardContext ctx, string message ) : System

Method Details

KeyboardContextErrorEventArgs() public method

public KeyboardContextErrorEventArgs ( IKeyboardContext ctx, Exception ex ) : System
ctx IKeyboardContext
ex System.Exception
return System

KeyboardContextErrorEventArgs() public method

public KeyboardContextErrorEventArgs ( IKeyboardContext ctx, Exception ex, string message ) : System
ctx IKeyboardContext
ex System.Exception
message string
return System

KeyboardContextErrorEventArgs() public method

public KeyboardContextErrorEventArgs ( IKeyboardContext ctx, string message ) : System
ctx IKeyboardContext
message string
return System