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()
// .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)
Parameters:
- aErrorCode:
- aNode:
- aName:
- aLine:
- aDescription:
constructor (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
Name
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
Name
Node
constructor
constructor
Error()
init()
Sub New()
// .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)
Parameters:
- aErrorCode:
- aNode:
- aName:
- aLine:
- aDescription:
constructor (Error)
Parameters:
- value:
Error Island