UnsupportedTypeError

Overview

Location

Fields


Type

 

var Type: Type;

 

Type Type

 

var Type: Type

 

Type Type

 

FIELD Type() As Type

Instance Methods


constructor

 

constructor

 

UnsupportedTypeError()

 

init()

 

Sub New()

constructor (Type)

 

constructor(aType: Type)

 

UnsupportedTypeError(Type aType)

 

init(_ aType: Type)

 

Sub New(aType As Type)

Parameters:

  • aType:

constructor (UnsupportedTypeError)

 

constructor(value: UnsupportedTypeError)

 

UnsupportedTypeError(UnsupportedTypeError value)

 

init(_ value: UnsupportedTypeError)

 

Sub New(value As UnsupportedTypeError)

Parameters:

  • value:

Error Island

 

method Error: string

 

string Error()

 

func Error() -> string

 

func Error() string

 

Function Error() As string