C# Class Scorpio.Exception.StackInfo

Afficher le fichier Open project: qingfeng346/Scorpio-CSharp Class Usage Examples

Méthodes publiques

Свойство Type Description
Breviary string
Line int

Méthodes publiques

Méthode Description
StackInfo ( ) : System
StackInfo ( string breviary, int line ) : System

Method Details

StackInfo() public méthode

public StackInfo ( ) : System
Résultat System

StackInfo() public méthode

public StackInfo ( string breviary, int line ) : System
breviary string
line int
Résultat System

Property Details

Breviary public_oe property

public string Breviary
Résultat string

Line public_oe property

public int Line
Résultat int