Class CSharpVsaError
Summary description for CSharpVsaError.
Inheritance
System.Object
CSharpVsaError
Implements
Microsoft.Vsa.IVsaError
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Syncfusion.Scripting
Assembly: Syncfusion.Scripting.Base.dll
Syntax
public class CSharpVsaError : IVsaError
Constructors
CSharpVsaError(IVsaItem, String, Int32, String, Int32, Int32, Int32, Int32, String)
Declaration
public CSharpVsaError(IVsaItem sourceItem, string sourceMoniker, int startColumn, string descr, int endColumn, int severity, int number, int line, string lineText)
Parameters
| Type | Name | Description |
|---|---|---|
| Microsoft.Vsa.IVsaItem | sourceItem | |
| System.String | sourceMoniker | |
| System.Int32 | startColumn | |
| System.String | descr | |
| System.Int32 | endColumn | |
| System.Int32 | severity | |
| System.Int32 | number | |
| System.Int32 | line | |
| System.String | lineText |
Properties
Description
Declaration
public string Description { get; }
Property Value
| Type |
|---|
| System.String |
EndColumn
Declaration
public int EndColumn { get; }
Property Value
| Type |
|---|
| System.Int32 |
Line
Declaration
public int Line { get; }
Property Value
| Type |
|---|
| System.Int32 |
LineText
Declaration
public string LineText { get; }
Property Value
| Type |
|---|
| System.String |
Number
Declaration
public int Number { get; }
Property Value
| Type |
|---|
| System.Int32 |
Severity
Declaration
public int Severity { get; }
Property Value
| Type |
|---|
| System.Int32 |
SourceItem
Declaration
public IVsaItem SourceItem { get; }
Property Value
| Type |
|---|
| Microsoft.Vsa.IVsaItem |
SourceMoniker
Declaration
public string SourceMoniker { get; }
Property Value
| Type |
|---|
| System.String |
StartColumn
Declaration
public int StartColumn { get; }
Property Value
| Type |
|---|
| System.Int32 |
Implements
Microsoft.Vsa.IVsaError