WinForms

Upgrade Guide User Guide Demos Support Forums Download
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class CSharpVsaError - WindowsForms API Reference | Syncfusion

    Show / Hide Table of Contents

    Class CSharpVsaError

    Summary description for CSharpVsaError.

    Inheritance
    System.Object
    CSharpVsaError
    Implements
    Microsoft.Vsa.IVsaError
    Inherited Members
    System.Object.ToString()
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    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 Description
    System.String

    EndColumn

    Declaration
    public int EndColumn { get; }
    Property Value
    Type Description
    System.Int32

    Line

    Declaration
    public int Line { get; }
    Property Value
    Type Description
    System.Int32

    LineText

    Declaration
    public string LineText { get; }
    Property Value
    Type Description
    System.String

    Number

    Declaration
    public int Number { get; }
    Property Value
    Type Description
    System.Int32

    Severity

    Declaration
    public int Severity { get; }
    Property Value
    Type Description
    System.Int32

    SourceItem

    Declaration
    public IVsaItem SourceItem { get; }
    Property Value
    Type Description
    Microsoft.Vsa.IVsaItem

    SourceMoniker

    Declaration
    public string SourceMoniker { get; }
    Property Value
    Type Description
    System.String

    StartColumn

    Declaration
    public int StartColumn { get; }
    Property Value
    Type Description
    System.Int32

    Implements

    Microsoft.Vsa.IVsaError
    Back to top Generated by DocFX
    Copyright © 2001 - 2021 Syncfusion Inc. All Rights Reserved