ParseError

Overview

Location

  • Reference:
    • Go.dll  .NET, .NET Standard 2.0
    • Go.fx  Island
  • Namespace: go.encoding.csv
  • Platforms: .NET, .NET Standard 2.0, Island

 

constructor

 

constructor

 

ParseError()

 

init()

 

Sub New()

constructor (Int64, Int64, Int64, error)

 

// .NET, .NET Standard 2.0
constructor(aStartLine: Int64; aLine: Int64; aColumn: Int64; aErr: error)
// Island
constructor(aStartLine: int; aLine: int; aColumn: int; aErr: error)

 

// .NET, .NET Standard 2.0
ParseError(Int64 aStartLine, Int64 aLine, Int64 aColumn, error aErr)
// Island
ParseError(int aStartLine, int aLine, int aColumn, error aErr)

 

// .NET, .NET Standard 2.0
init(_ aStartLine: Int64, _ aLine: Int64, _ aColumn: Int64, _ aErr: error)
// Island
init(_ aStartLine: int, _ aLine: int, _ aColumn: int, _ aErr: error)

 

// .NET, .NET Standard 2.0
Sub New(aStartLine As Int64, aLine As Int64, aColumn As Int64, aErr As error)
// Island
Sub New(aStartLine As int, aLine As int, aColumn As int, aErr As error)

Parameters:

  • aStartLine:
  • aLine:
  • aColumn:
  • aErr:

constructor (ParseError)

 

constructor(value: ParseError)

 

ParseError(ParseError value)

 

init(_ value: ParseError)

 

Sub New(value As ParseError)

Parameters:

  • value:

Column

 

var Column: int;

 

int Column

 

var Column: int

 

Column int

 

FIELD Column() As int

Err

 

var Err: error;

 

error Err

 

var Err: error

 

Err error

 

FIELD Err() As error

Error Island

 

method Error: string

 

string Error()

 

func Error() -> string

 

func Error() string

 

Function Error() As string

Line

 

var Line: int;

 

int Line

 

var Line: int

 

Line int

 

FIELD Line() As int

StartLine

 

var StartLine: int;

 

int StartLine

 

var StartLine: int

 

StartLine int

 

FIELD StartLine() As int

Unwrap

 

method Unwrap: error

 

error Unwrap()

 

func Unwrap() -> error

 

func Unwrap() error

 

Function Unwrap() As error

 

Column

 

var Column: int;

 

int Column

 

var Column: int

 

Column int

 

FIELD Column() As int

Err

 

var Err: error;

 

error Err

 

var Err: error

 

Err error

 

FIELD Err() As error

Line

 

var Line: int;

 

int Line

 

var Line: int

 

Line int

 

FIELD Line() As int

StartLine

 

var StartLine: int;

 

int StartLine

 

var StartLine: int

 

StartLine int

 

FIELD StartLine() As int

 

constructor

 

constructor

 

ParseError()

 

init()

 

Sub New()

constructor (Int64, Int64, Int64, error)

 

// .NET, .NET Standard 2.0
constructor(aStartLine: Int64; aLine: Int64; aColumn: Int64; aErr: error)
// Island
constructor(aStartLine: int; aLine: int; aColumn: int; aErr: error)

 

// .NET, .NET Standard 2.0
ParseError(Int64 aStartLine, Int64 aLine, Int64 aColumn, error aErr)
// Island
ParseError(int aStartLine, int aLine, int aColumn, error aErr)

 

// .NET, .NET Standard 2.0
init(_ aStartLine: Int64, _ aLine: Int64, _ aColumn: Int64, _ aErr: error)
// Island
init(_ aStartLine: int, _ aLine: int, _ aColumn: int, _ aErr: error)

 

// .NET, .NET Standard 2.0
Sub New(aStartLine As Int64, aLine As Int64, aColumn As Int64, aErr As error)
// Island
Sub New(aStartLine As int, aLine As int, aColumn As int, aErr As error)

Parameters:

  • aStartLine:
  • aLine:
  • aColumn:
  • aErr:

constructor (ParseError)

 

constructor(value: ParseError)

 

ParseError(ParseError value)

 

init(_ value: ParseError)

 

Sub New(value As ParseError)

Parameters:

  • value:

Error Island

 

method Error: string

 

string Error()

 

func Error() -> string

 

func Error() string

 

Function Error() As string