ValueError

Overview

Location

Instance Methods


constructor

 

constructor

 

ValueError()

 

init()

 

Sub New()

constructor (array of Byte)

 

// .NET, .NET Standard 2.0
constructor(av: array of Byte)
// Island
constructor(av: array of byte)

 

// .NET, .NET Standard 2.0
ValueError(Byte[] av)
// Island
ValueError(byte[] av)

 

// .NET, .NET Standard 2.0
init(_ av: Byte...)
// Island
init(_ av: byte...)

 

// .NET, .NET Standard 2.0
Sub New(av As Byte())
// Island
Sub New(av As byte())

Parameters:

  • av:

constructor (ValueError)

 

constructor(value: ValueError)

 

ValueError(ValueError value)

 

init(_ value: ValueError)

 

Sub New(value As ValueError)

Parameters:

  • value:

Error

 

method Error: string

 

string Error()

 

func Error() -> string

 

func Error() string

 

Function Error() As string

Subtag

 

method Subtag: string

 

string Subtag()

 

func Subtag() -> string

 

func Subtag() string

 

Function Subtag() As string