C# Class Mono.Debugger.Frontend.InvocationException

Inheritance: ScriptingException
ファイルを表示 Open project: baulig/debugger

Public Properties

Property Type Description
Exception Mono.Debugger.Languages.TargetObject
Message string

Public Methods

Method Description
InvocationException ( string expr, string message, TargetObject exc ) : System

Method Details

InvocationException() public method

public InvocationException ( string expr, string message, TargetObject exc ) : System
expr string
message string
exc Mono.Debugger.Languages.TargetObject
return System

Property Details

Exception public_oe property

public TargetObject,Mono.Debugger.Languages Exception
return Mono.Debugger.Languages.TargetObject

Message public_oe property

public string Message
return string