Struct StackTraceElement
Inherited Members
System.ValueType.Equals(System.Object)
System.ValueType.GetHashCode()
System.ValueType.ToString()
System.Object.Equals(System.Object, System.Object)
System.Object.GetType()
System.Object.ReferenceEquals(System.Object, System.Object)
Namespace: Apache.NMS.ActiveMQ.Commands
Assembly: Apache.NMS.ActiveMQ.dll
Syntax
public struct StackTraceElement
Fields
| Improve this Doc View SourceClassName
Declaration
public string ClassName
Field Value
Type | Description |
---|---|
System.String |
FileName
Declaration
public string FileName
Field Value
Type | Description |
---|---|
System.String |
LineNumber
Declaration
public int LineNumber
Field Value
Type | Description |
---|---|
System.Int32 |
MethodName
Declaration
public string MethodName
Field Value
Type | Description |
---|---|
System.String |