C# Класс Mono.Debugger.Backend.SingleSteppingEngine.OperationException

Наследование: System.Operation
Показать файл Открыть проект

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

Метод Описание
OperationException ( SingleSteppingEngine sse, TargetAddress ip, TargetAddress exc, bool unhandled ) : System

Защищенные методы

Метод Описание
DoExecute ( ) : void
DoProcessEvent ( Inferior cevent, TargetEventArgs &args ) : EventResult

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

DoExecute() защищенный Метод

protected DoExecute ( ) : void
Результат void

DoProcessEvent() защищенный Метод

protected DoProcessEvent ( Inferior cevent, TargetEventArgs &args ) : EventResult
cevent Inferior
args TargetEventArgs
Результат EventResult

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

public OperationException ( SingleSteppingEngine sse, TargetAddress ip, TargetAddress exc, bool unhandled ) : System
sse SingleSteppingEngine
ip TargetAddress
exc TargetAddress
unhandled bool
Результат System