BlueprintException.LineNumber Property

Returns the line number in the file where the exception occurred.

Namespace:  Microsoft.VisualStudio.Tools.Applications.ProgrammingModel.Internal
Assembly:  Microsoft.VisualStudio.Tools.Applications.ProgrammingModel (in Microsoft.VisualStudio.Tools.Applications.ProgrammingModel.dll)

Syntax

'Declaration
Public ReadOnly Property LineNumber As Integer
'Usage
Dim instance As BlueprintException 
Dim value As Integer 

value = instance.LineNumber
public int LineNumber { get; }
public:
property int LineNumber {
    int get ();
}
public function get LineNumber () : int

Property Value

Type: System.Int32
A Int32 value containing the line number in the file where the exception occurred.

.NET Framework Security

See Also

Reference

BlueprintException Class

BlueprintException Members

Microsoft.VisualStudio.Tools.Applications.ProgrammingModel.Internal Namespace