C# Class Scorpio.Exception.StackInfo

Exibir arquivo Open project: qingfeng346/Scorpio-CSharp Class Usage Examples

Public Properties

Property Type Description
Breviary string
Line int

Public Methods

Method Description
StackInfo ( ) : System
StackInfo ( string breviary, int line ) : System

Method Details

StackInfo() public method

public StackInfo ( ) : System
return System

StackInfo() public method

public StackInfo ( string breviary, int line ) : System
breviary string
line int
return System

Property Details

Breviary public_oe property

public string Breviary
return string

Line public_oe property

public int Line
return int