Show / Hide Table of Contents

    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 Source

    ClassName

    Declaration
    public string ClassName
    Field Value
    Type Description
    System.String
    | Improve this Doc View Source

    FileName

    Declaration
    public string FileName
    Field Value
    Type Description
    System.String
    | Improve this Doc View Source

    LineNumber

    Declaration
    public int LineNumber
    Field Value
    Type Description
    System.Int32
    | Improve this Doc View Source

    MethodName

    Declaration
    public string MethodName
    Field Value
    Type Description
    System.String
    • Improve this Doc
    • View Source
    Back to top Copyright � 2005-2019 Apache Software Foundation project
    Generated by DocFX