Holds the line number in the file this unmanaged exception originated, or 0 if the exception didn't originate in unmanaged code.
Namespace: StreamBase.SBAssembly: StreamBase.SB.Client (in StreamBase.SB.Client.dll) Version: 10.5.0.0
Syntax
C# | Visual Basic | Visual C++ |
public virtual int Line { get; }
Public Overridable ReadOnly Property Line As Integer Get
public: virtual property int Line { int get (); }