Error
Overview
Location
-
Reference:
- Go.dll .NET, .NET Standard 2.0
- Go.fx Island
- Namespace: go.regexp.syntax
- Platforms: .NET, .NET Standard 2.0, Island
constructor
constructor
Error()
init()
Sub New()
constructor(aCode: ErrorCode; aExpr: string)
Error(ErrorCode aCode, string aExpr)
init(_ aCode: ErrorCode, _ aExpr: string)
Sub New(aCode As ErrorCode, aExpr As string)
Parameters:
- aCode:
- aExpr:
constructor (Error)
constructor(value: Error)
Error(Error value)
init(_ value: Error)
Sub New(value As Error)
Parameters:
- value:
Code
var Code: ErrorCode;
ErrorCode Code
var Code: ErrorCode
Code ErrorCode
FIELD Code() As ErrorCode
Error Island
method Error: string
string Error()
func Error() -> string
func Error() string
Function Error() As string
Expr
var Expr: string;
string Expr
var Expr: string
Expr string
FIELD Expr() As string
Code
var Code: ErrorCode;
ErrorCode Code
var Code: ErrorCode
Code ErrorCode
FIELD Code() As ErrorCode
Expr
var Expr: string;
string Expr
var Expr: string
Expr string
FIELD Expr() As string
constructor
constructor
Error()
init()
Sub New()
constructor(aCode: ErrorCode; aExpr: string)
Error(ErrorCode aCode, string aExpr)
init(_ aCode: ErrorCode, _ aExpr: string)
Sub New(aCode As ErrorCode, aExpr As string)
Parameters:
- aCode:
- aExpr:
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