Show / Hide Table of Contents

Class ParseError

Inheritance
Object
ParseError
Namespace: SuperOffice.CRM.ArchiveLists
Assembly: SoDataBase.dll
Syntax
public class ParseError : Object

Constructors

ParseError()

Declaration
public ParseError()

ParseError(String, Int32)

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

ParseError(String, Int32, ParseNode)

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

ParseError(String, Int32, Token)

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

ParseError(String, Int32, String, Int32, Int32, Int32, Int32)

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

Properties

Code

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

Column

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

File

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

Length

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

Line

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

Message

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

Position

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

Extension Methods

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