Error

Overview

Location

  • Reference:
    • Go.dll  .NET, .NET Standard 2.0
    • Go.fx  Island
  • Namespace: go.html.template
  • Platforms: .NET, .NET Standard 2.0, Island

 

constructor

 

constructor

 

Error()

 

init()

 

Sub New()

constructor (ErrorCode, Node, string, Int64, string)

 

// .NET, .NET Standard 2.0
constructor(aErrorCode: ErrorCode; aNode: Node; aName: string; aLine: Int64; aDescription: string)
// Island
constructor(aErrorCode: ErrorCode; aNode: Node; aName: string; aLine: int; aDescription: string)

 

// .NET, .NET Standard 2.0
Error(ErrorCode aErrorCode, Node aNode, string aName, Int64 aLine, string aDescription)
// Island
Error(ErrorCode aErrorCode, Node aNode, string aName, int aLine, string aDescription)

 

// .NET, .NET Standard 2.0
init(_ aErrorCode: ErrorCode, _ aNode: Node, _ aName: string, _ aLine: Int64, _ aDescription: string)
// Island
init(_ aErrorCode: ErrorCode, _ aNode: Node, _ aName: string, _ aLine: int, _ aDescription: string)

 

// .NET, .NET Standard 2.0
Sub New(aErrorCode As ErrorCode, aNode As Node, aName As string, aLine As Int64, aDescription As string)
// Island
Sub New(aErrorCode As ErrorCode, aNode As Node, aName As string, aLine As int, aDescription As string)

Parameters:

  • aErrorCode:
  • aNode:
  • aName:
  • aLine:
  • aDescription:

constructor (Error)

 

constructor(value: Error)

 

Error(Error value)

 

init(_ value: Error)

 

Sub New(value As Error)

Parameters:

  • value:

Description

 

var Description: string;

 

string Description

 

var Description: string

 

Description string

 

FIELD Description() As string

Error Island

 

method Error: string

 

string Error()

 

func Error() -> string

 

func Error() string

 

Function Error() As string

ErrorCode

 

var ErrorCode: ErrorCode;

 

ErrorCode ErrorCode

 

var ErrorCode: ErrorCode

 

ErrorCode ErrorCode

 

FIELD ErrorCode() As ErrorCode

Line

 

var Line: int;

 

int Line

 

var Line: int

 

Line int

 

FIELD Line() As int

Name

 

var Name: string;

 

string Name

 

var Name: string

 

Name string

 

FIELD Name() As string

Node

 

var Node: Node;

 

Node Node

 

var Node: Node

 

Node Node

 

FIELD Node() As Node

 

Description

 

var Description: string;

 

string Description

 

var Description: string

 

Description string

 

FIELD Description() As string

ErrorCode

 

var ErrorCode: ErrorCode;

 

ErrorCode ErrorCode

 

var ErrorCode: ErrorCode

 

ErrorCode ErrorCode

 

FIELD ErrorCode() As ErrorCode

Line

 

var Line: int;

 

int Line

 

var Line: int

 

Line int

 

FIELD Line() As int

Name

 

var Name: string;

 

string Name

 

var Name: string

 

Name string

 

FIELD Name() As string

Node

 

var Node: Node;

 

Node Node

 

var Node: Node

 

Node Node

 

FIELD Node() As Node

 

constructor

 

constructor

 

Error()

 

init()

 

Sub New()

constructor (ErrorCode, Node, string, Int64, string)

 

// .NET, .NET Standard 2.0
constructor(aErrorCode: ErrorCode; aNode: Node; aName: string; aLine: Int64; aDescription: string)
// Island
constructor(aErrorCode: ErrorCode; aNode: Node; aName: string; aLine: int; aDescription: string)

 

// .NET, .NET Standard 2.0
Error(ErrorCode aErrorCode, Node aNode, string aName, Int64 aLine, string aDescription)
// Island
Error(ErrorCode aErrorCode, Node aNode, string aName, int aLine, string aDescription)

 

// .NET, .NET Standard 2.0
init(_ aErrorCode: ErrorCode, _ aNode: Node, _ aName: string, _ aLine: Int64, _ aDescription: string)
// Island
init(_ aErrorCode: ErrorCode, _ aNode: Node, _ aName: string, _ aLine: int, _ aDescription: string)

 

// .NET, .NET Standard 2.0
Sub New(aErrorCode As ErrorCode, aNode As Node, aName As string, aLine As Int64, aDescription As string)
// Island
Sub New(aErrorCode As ErrorCode, aNode As Node, aName As string, aLine As int, aDescription As string)

Parameters:

  • aErrorCode:
  • aNode:
  • aName:
  • aLine:
  • aDescription:

constructor (Error)

 

constructor(value: Error)

 

Error(Error value)

 

init(_ value: Error)

 

Sub New(value As Error)

Parameters:

  • value:

Error Island

 

method Error: string

 

string Error()

 

func Error() -> string

 

func Error() string

 

Function Error() As string