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 StackTraceElementFields
| Improve this Doc View SourceClassName
Declaration
public string ClassNameField Value
| Type | Description | 
|---|---|
| System.String | 
FileName
Declaration
public string FileNameField Value
| Type | Description | 
|---|---|
| System.String | 
LineNumber
Declaration
public int LineNumberField Value
| Type | Description | 
|---|---|
| System.Int32 | 
MethodName
Declaration
public string MethodNameField Value
| Type | Description | 
|---|---|
| System.String |