Show / Hide Table of Contents

Class ParseError

Inheritance
object
ParseError
Inherited Members
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
Namespace: SuperOffice.CRM.ArchiveLists
Assembly: SoDataBase.BusinessLogic.dll
Syntax
public class ParseError

Constructors

ParseError()

Declaration
public ParseError()

ParseError(string, int)

Declaration
public ParseError(string message, int code)
Parameters
Type Name Description
string message
int code

ParseError(string, int, ParseNode)

Declaration
public ParseError(string message, int code, ParseNode node)
Parameters
Type Name Description
string message
int code
ParseNode node

ParseError(string, int, Token)

Declaration
public ParseError(string message, int code, Token token)
Parameters
Type Name Description
string message
int code
Token token

ParseError(string, int, string, int, int, int, int)

Declaration
public ParseError(string message, int code, string file, int line, int col, int pos, int length)
Parameters
Type Name Description
string message
int code
string file
int line
int col
int pos
int length

Properties

Code

Declaration
public int Code { get; }
Property Value
Type Description
int

Column

Declaration
public int Column { get; }
Property Value
Type Description
int

File

Declaration
public string File { get; }
Property Value
Type Description
string

Length

Declaration
public int Length { get; }
Property Value
Type Description
int

Line

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

Message

Declaration
public string Message { get; }
Property Value
Type Description
string

Position

Declaration
public int Position { get; }
Property Value
Type Description
int

Extension Methods

EnumUtil.MapEnums<From, To>(From)
Converters.MapEnums<From, To>(From)
ObjectExtensions.AssignByReflection<T>(T, T)
ObjectExtensions.GraphCopy<T>(T)
© SuperOffice. All rights reserved.
SuperOffice |  Community |  Release Notes |  Privacy |  Site feedback |  Search Docs |  About Docs |  Contribute |  Back to top