C# Class TraceWizard.Data.StackTraceEntry

Show file Open project: tslater2006/Trace-Wizard Class Usage Examples

Public Properties

Property Type Description
InternalID uint
LineNumber long
Message string
NextID uint
Offender string
Parent ExecutionCall
StackTrace List

Property Details

InternalID public property

public uint InternalID
return uint

LineNumber public property

public long LineNumber
return long

Message public property

public string Message
return string

NextID public static property

public static uint NextID
return uint

Offender public property

public string Offender
return string

Parent public property

public ExecutionCall,TraceWizard.Data Parent
return ExecutionCall

StackTrace public property

public List StackTrace
return List