C# 클래스 Mono.Debugger.Backend.SingleSteppingEngine.OperationException

상속: System.Operation
파일 보기 프로젝트 열기: baulig/debugger

공개 메소드들

메소드 설명
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