C# Class SDE.Core.ViewItems.DebugItemView

Item to be showed in the error console
Afficher le fichier Open project: Tokeiburu/RagnarokSDE

Méthodes publiques

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

Method Details

CanSelectInTextEditor() public méthode

public CanSelectInTextEditor ( ) : bool
Résultat bool

DebugItemView() public méthode

public DebugItemView ( int errorNumber, string exception, ErrorLevel errorLevel ) : System
errorNumber int
exception string
errorLevel ErrorLevel
Résultat System

ToString() public méthode

public ToString ( ) : string
Résultat string