Overview

Location

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

Fields


Type

var Type: Type;
Type Type
var Type: Type
Type Type
FIELD Type() As Type

Instance Methods


constructor

constructor
InvalidUnmarshalError()
init()
Sub New()

constructor (Type)

constructor(aType: Type)
InvalidUnmarshalError(Type aType)
init(_ aType: Type)
Sub New(aType As Type)

Parameters:

  • aType:

constructor (InvalidUnmarshalError)

constructor(value: InvalidUnmarshalError)
InvalidUnmarshalError(InvalidUnmarshalError value)
init(_ value: InvalidUnmarshalError)
Sub New(value As InvalidUnmarshalError)

Parameters:

  • value:

Error Island

method Error: string
string Error()
func Error() -> string
func Error() string
Function Error() As string