InvalidByteError

Overview

Location

 

constructor

 

constructor

 

InvalidByteError()

 

init()

 

Sub New()

constructor (Byte)

 

// .NET, .NET Standard 2.0
constructor(aValue: Byte)
// Island
constructor(aValue: byte)

 

// .NET, .NET Standard 2.0
InvalidByteError(Byte aValue)
// Island
InvalidByteError(byte aValue)

 

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

 

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

Parameters:

  • aValue:

Equals  override virtual

 

method Equals(value: Object): Boolean

 

Boolean Equals(Object value)

 

func Equals(_ value: Object) -> Boolean

 

func Equals(value interface{}) Boolean

 

Function Equals(value As Object) As Boolean

Parameters:

  • value:

Error

 

method Error: string

 

string Error()

 

func Error() -> string

 

func Error() string

 

Function Error() As string

GetHashCode  override virtual

 

method GetHashCode: Int32

 

Int32 GetHashCode()

 

func GetHashCode() -> Int32

 

func GetHashCode() Int32

 

Function GetHashCode() As Int32

Value

 

var Value: byte;

 

byte Value

 

var Value: byte

 

Value byte

 

FIELD Value() As byte

 

Value

 

var Value: byte;

 

byte Value

 

var Value: byte

 

Value byte

 

FIELD Value() As byte

 

constructor

 

constructor

 

InvalidByteError()

 

init()

 

Sub New()

constructor (Byte)

 

// .NET, .NET Standard 2.0
constructor(aValue: Byte)
// Island
constructor(aValue: byte)

 

// .NET, .NET Standard 2.0
InvalidByteError(Byte aValue)
// Island
InvalidByteError(byte aValue)

 

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

 

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

Parameters:

  • aValue:

Equals  override virtual

 

method Equals(value: Object): Boolean

 

Boolean Equals(Object value)

 

func Equals(_ value: Object) -> Boolean

 

func Equals(value interface{}) Boolean

 

Function Equals(value As Object) As Boolean

Parameters:

  • value:

Error

 

method Error: string

 

string Error()

 

func Error() -> string

 

func Error() string

 

Function Error() As string

GetHashCode  override virtual

 

method GetHashCode: Int32

 

Int32 GetHashCode()

 

func GetHashCode() -> Int32

 

func GetHashCode() Int32

 

Function GetHashCode() As Int32