C# Class SDE.Core.ViewItems.DebugItemView

Item to be showed in the error console
ファイルを表示 Open project: Tokeiburu/RagnarokSDE

Public Methods

Method Description
CanSelectInTextEditor ( ) : bool
DebugItemView ( int errorNumber, string exception, ErrorLevel errorLevel ) : System
ToString ( ) : string

Method Details

CanSelectInTextEditor() public method

public CanSelectInTextEditor ( ) : bool
return bool

DebugItemView() public method

public DebugItemView ( int errorNumber, string exception, ErrorLevel errorLevel ) : System
errorNumber int
exception string
errorLevel ErrorLevel
return System

ToString() public method

public ToString ( ) : string
return string