Skip to content

Latest commit

 

History

History
16 lines (13 loc) · 794 Bytes

StackTraceElement.md

File metadata and controls

16 lines (13 loc) · 794 Bytes

StackTraceElement

Properties

Name Type Description Notes
ClassLoaderName string [optional] [default to null]
ModuleName string [optional] [default to null]
ModuleVersion string [optional] [default to null]
MethodName string [optional] [default to null]
FileName string [optional] [default to null]
LineNumber int32 [optional] [default to null]
ClassName string [optional] [default to null]
NativeMethod bool [optional] [default to null]

[Back to Model list] [Back to API list] [Back to README]