C# Класс CK.Keyboard.Model.KeyboardContextErrorEventArgs

Defines the error event. This may wrap an exception or simply defines an error message.
Наследование: KeyboardContextEventArgs
Показать файл Открыть проект

Открытые методы

Метод Описание
KeyboardContextErrorEventArgs ( IKeyboardContext ctx, Exception ex ) : System
KeyboardContextErrorEventArgs ( IKeyboardContext ctx, Exception ex, string message ) : System
KeyboardContextErrorEventArgs ( IKeyboardContext ctx, string message ) : System

Описание методов

KeyboardContextErrorEventArgs() публичный Метод

public KeyboardContextErrorEventArgs ( IKeyboardContext ctx, Exception ex ) : System
ctx IKeyboardContext
ex System.Exception
Результат System

KeyboardContextErrorEventArgs() публичный Метод

public KeyboardContextErrorEventArgs ( IKeyboardContext ctx, Exception ex, string message ) : System
ctx IKeyboardContext
ex System.Exception
message string
Результат System

KeyboardContextErrorEventArgs() публичный Метод

public KeyboardContextErrorEventArgs ( IKeyboardContext ctx, string message ) : System
ctx IKeyboardContext
message string
Результат System