UnsupportedValueError

Overview

Location

  • Reference:
    • Go.dll  .NET, .NET Standard 2.0
    • Go.fx  Island
  • Namespace: go.encoding.json
  • Platforms: .NET, .NET Standard 2.0, Island

 

constructor

 

constructor

 

UnsupportedValueError()

 

init()

 

Sub New()

constructor (Value, string)

 

constructor(aValue: Value; aStr: string)

 

UnsupportedValueError(Value aValue, string aStr)

 

init(_ aValue: Value, _ aStr: string)

 

Sub New(aValue As Value, aStr As string)

Parameters:

  • aValue:
  • aStr:

constructor (UnsupportedValueError)

 

constructor(value: UnsupportedValueError)

 

UnsupportedValueError(UnsupportedValueError value)

 

init(_ value: UnsupportedValueError)

 

Sub New(value As UnsupportedValueError)

Parameters:

  • value:

Error Island

 

method Error: string

 

string Error()

 

func Error() -> string

 

func Error() string

 

Function Error() As string

Str

 

var Str: string;

 

string Str

 

var Str: string

 

Str string

 

FIELD Str() As string

Value

 

var Value: Value;

 

Value Value

 

var Value: Value

 

Value Value

 

FIELD Value() As Value

 

Str

 

var Str: string;

 

string Str

 

var Str: string

 

Str string

 

FIELD Str() As string

Value

 

var Value: Value;

 

Value Value

 

var Value: Value

 

Value Value

 

FIELD Value() As Value

 

constructor

 

constructor

 

UnsupportedValueError()

 

init()

 

Sub New()

constructor (Value, string)

 

constructor(aValue: Value; aStr: string)

 

UnsupportedValueError(Value aValue, string aStr)

 

init(_ aValue: Value, _ aStr: string)

 

Sub New(aValue As Value, aStr As string)

Parameters:

  • aValue:
  • aStr:

constructor (UnsupportedValueError)

 

constructor(value: UnsupportedValueError)

 

UnsupportedValueError(UnsupportedValueError value)

 

init(_ value: UnsupportedValueError)

 

Sub New(value As UnsupportedValueError)

Parameters:

  • value:

Error Island

 

method Error: string

 

string Error()

 

func Error() -> string

 

func Error() string

 

Function Error() As string