Error
Overview
Location
-
Reference:
- Go.dll .NET, .NET Standard 2.0
- Go.fx Island
- Namespace: go.types
- Platforms: .NET, .NET Standard 2.0, Island
constructor
constructor
Error()
init()
Sub New()
// .NET, .NET Standard 2.0
constructor(aFset: Memory<FileSet>; aPos: Pos; aMsg: string; aSoft: Boolean)
// Island
constructor(aFset: Memory<FileSet>; aPos: Pos; aMsg: string; aSoft: bool)
// .NET, .NET Standard 2.0
Error(Memory<FileSet> aFset, Pos aPos, string aMsg, Boolean aSoft)
// Island
Error(Memory<FileSet> aFset, Pos aPos, string aMsg, bool aSoft)
// .NET, .NET Standard 2.0
init(_ aFset: Memory<FileSet>, _ aPos: Pos, _ aMsg: string, _ aSoft: Boolean)
// Island
init(_ aFset: Memory<FileSet>, _ aPos: Pos, _ aMsg: string, _ aSoft: bool)
// .NET, .NET Standard 2.0
Sub New(aFset As Memory<FileSet>, aPos As Pos, aMsg As string, aSoft As Boolean)
// Island
Sub New(aFset As Memory<FileSet>, aPos As Pos, aMsg As string, aSoft As bool)
Parameters:
- aFset:
- aPos:
- aMsg:
- aSoft:
constructor (Error)
constructor(value: Error)
Error(Error value)
init(_ value: Error)
Sub New(value As Error)
Parameters:
- value:
Error
method Error: string
string Error()
func Error() -> string
func Error() string
Function Error() As string
Fset
var Fset: Memory<FileSet>;
Memory<FileSet> Fset
var Fset: Memory<FileSet>
Fset Memory<FileSet>
FIELD Fset() As Memory<FileSet>
Msg
var Msg: string;
string Msg
var Msg: string
Msg string
FIELD Msg() As string
Pos
var Pos: Pos;
Pos Pos
var Pos: Pos
Pos Pos
FIELD Pos() As Pos
Soft
var Soft: bool;
bool Soft
var Soft: bool
Soft bool
FIELD Soft() As bool
Fset
var Fset: Memory<FileSet>;
Memory<FileSet> Fset
var Fset: Memory<FileSet>
Fset Memory<FileSet>
FIELD Fset() As Memory<FileSet>
Msg
var Msg: string;
string Msg
var Msg: string
Msg string
FIELD Msg() As string
Pos
var Pos: Pos;
Pos Pos
var Pos: Pos
Pos Pos
FIELD Pos() As Pos
Soft
var Soft: bool;
bool Soft
var Soft: bool
Soft bool
FIELD Soft() As bool
constructor
constructor
Error()
init()
Sub New()
// .NET, .NET Standard 2.0
constructor(aFset: Memory<FileSet>; aPos: Pos; aMsg: string; aSoft: Boolean)
// Island
constructor(aFset: Memory<FileSet>; aPos: Pos; aMsg: string; aSoft: bool)
// .NET, .NET Standard 2.0
Error(Memory<FileSet> aFset, Pos aPos, string aMsg, Boolean aSoft)
// Island
Error(Memory<FileSet> aFset, Pos aPos, string aMsg, bool aSoft)
// .NET, .NET Standard 2.0
init(_ aFset: Memory<FileSet>, _ aPos: Pos, _ aMsg: string, _ aSoft: Boolean)
// Island
init(_ aFset: Memory<FileSet>, _ aPos: Pos, _ aMsg: string, _ aSoft: bool)
// .NET, .NET Standard 2.0
Sub New(aFset As Memory<FileSet>, aPos As Pos, aMsg As string, aSoft As Boolean)
// Island
Sub New(aFset As Memory<FileSet>, aPos As Pos, aMsg As string, aSoft As bool)
Parameters:
- aFset:
- aPos:
- aMsg:
- aSoft:
constructor (Error)
constructor(value: Error)
Error(Error value)
init(_ value: Error)
Sub New(value As Error)
Parameters:
- value:
Error
method Error: string
string Error()
func Error() -> string
func Error() string
Function Error() As string