ParseError
Overview
Location
-
Reference:
- Go.dll .NET, .NET Standard 2.0
- Go.fx Island
- Namespace: go.encoding.csv
- Platforms: .NET, .NET Standard 2.0, Island
constructor
// .NET, .NET Standard 2.0
constructor(aStartLine: Int64; aLine: Int64; aColumn: Int64; aErr: error)
// Island
constructor(aStartLine: int; aLine: int; aColumn: int; aErr: error)
// .NET, .NET Standard 2.0
ParseError(Int64 aStartLine, Int64 aLine, Int64 aColumn, error aErr)
// Island
ParseError(int aStartLine, int aLine, int aColumn, error aErr)
// .NET, .NET Standard 2.0
init(_ aStartLine: Int64, _ aLine: Int64, _ aColumn: Int64, _ aErr: error)
// Island
init(_ aStartLine: int, _ aLine: int, _ aColumn: int, _ aErr: error)
// .NET, .NET Standard 2.0
Sub New(aStartLine As Int64, aLine As Int64, aColumn As Int64, aErr As error)
// Island
Sub New(aStartLine As int, aLine As int, aColumn As int, aErr As error)
Parameters:
- aStartLine:
- aLine:
- aColumn:
- aErr:
constructor(value: ParseError)
ParseError(ParseError value)
init(_ value: ParseError)
Sub New(value As ParseError)
Parameters:
- value:
Column
Err
Error Island
Function Error() As string
Line
StartLine
Unwrap
Function Unwrap() As error
Column
Err
Line
StartLine
constructor
// .NET, .NET Standard 2.0
constructor(aStartLine: Int64; aLine: Int64; aColumn: Int64; aErr: error)
// Island
constructor(aStartLine: int; aLine: int; aColumn: int; aErr: error)
// .NET, .NET Standard 2.0
ParseError(Int64 aStartLine, Int64 aLine, Int64 aColumn, error aErr)
// Island
ParseError(int aStartLine, int aLine, int aColumn, error aErr)
// .NET, .NET Standard 2.0
init(_ aStartLine: Int64, _ aLine: Int64, _ aColumn: Int64, _ aErr: error)
// Island
init(_ aStartLine: int, _ aLine: int, _ aColumn: int, _ aErr: error)
// .NET, .NET Standard 2.0
Sub New(aStartLine As Int64, aLine As Int64, aColumn As Int64, aErr As error)
// Island
Sub New(aStartLine As int, aLine As int, aColumn As int, aErr As error)
Parameters:
- aStartLine:
- aLine:
- aColumn:
- aErr:
constructor(value: ParseError)
ParseError(ParseError value)
init(_ value: ParseError)
Sub New(value As ParseError)
Parameters:
- value:
Error Island
Function Error() As string