Holds the line number in the file this unmanaged exception originated, or 0 if the exception didn't originate in unmanaged code.

Namespace: StreamBase.SB
Assembly: StreamBase.SB.Client (in StreamBase.SB.Client.dll) Version: 7.7.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 ();
}

See Also