SyntaxError

Overview

Location

 

constructor

 

constructor

 

SyntaxError()

 

init()

 

Sub New()

constructor (string, Int64)

 

// .NET, .NET Standard 2.0
constructor(aMsg: string; aLine: Int64)
// Island
constructor(aMsg: string; aLine: int)

 

// .NET, .NET Standard 2.0
SyntaxError(string aMsg, Int64 aLine)
// Island
SyntaxError(string aMsg, int aLine)

 

// .NET, .NET Standard 2.0
init(_ aMsg: string, _ aLine: Int64)
// Island
init(_ aMsg: string, _ aLine: int)

 

// .NET, .NET Standard 2.0
Sub New(aMsg As string, aLine As Int64)
// Island
Sub New(aMsg As string, aLine As int)

Parameters:

  • aMsg:
  • aLine:

constructor (SyntaxError)

 

constructor(value: SyntaxError)

 

SyntaxError(SyntaxError value)

 

init(_ value: SyntaxError)

 

Sub New(value As SyntaxError)

Parameters:

  • value:

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

Msg

 

var Msg: string;

 

string Msg

 

var Msg: string

 

Msg string

 

FIELD Msg() As string

 

Line

 

var Line: int;

 

int Line

 

var Line: int

 

Line int

 

FIELD Line() As int

Msg

 

var Msg: string;

 

string Msg

 

var Msg: string

 

Msg string

 

FIELD Msg() As string

 

constructor

 

constructor

 

SyntaxError()

 

init()

 

Sub New()

constructor (string, Int64)

 

// .NET, .NET Standard 2.0
constructor(aMsg: string; aLine: Int64)
// Island
constructor(aMsg: string; aLine: int)

 

// .NET, .NET Standard 2.0
SyntaxError(string aMsg, Int64 aLine)
// Island
SyntaxError(string aMsg, int aLine)

 

// .NET, .NET Standard 2.0
init(_ aMsg: string, _ aLine: Int64)
// Island
init(_ aMsg: string, _ aLine: int)

 

// .NET, .NET Standard 2.0
Sub New(aMsg As string, aLine As Int64)
// Island
Sub New(aMsg As string, aLine As int)

Parameters:

  • aMsg:
  • aLine:

constructor (SyntaxError)

 

constructor(value: SyntaxError)

 

SyntaxError(SyntaxError value)

 

init(_ value: SyntaxError)

 

Sub New(value As SyntaxError)

Parameters:

  • value:

Error Island

 

method Error: string

 

string Error()

 

func Error() -> string

 

func Error() string

 

Function Error() As string