StackFrame2.LineNumber Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets the line number in the source file that contains this stack frame. A read-only property.
public:
property System::UInt32 LineNumber { System::UInt32 get(); };
public:
property unsigned int LineNumber { unsigned int get(); };
[System.Runtime.InteropServices.DispId(110)]
public uint LineNumber { [System.Runtime.InteropServices.DispId(110)] get; }
[<System.Runtime.InteropServices.DispId(110)>]
[<get: System.Runtime.InteropServices.DispId(110)>]
member this.LineNumber : uint32
Public ReadOnly Property LineNumber As UInteger
Property Value
An unsigned integer value indicating the line number.
- Attributes