BlueprintException.LinePosition Property

Returns the line position 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 LinePosition As Integer
'Usage
Dim instance As BlueprintException 
Dim value As Integer 

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

Property Value

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

.NET Framework Security

See Also

Reference

BlueprintException Class

BlueprintException Members

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