Error

Overview

Location

  • Reference:
    • Go.dll  .NET, .NET Standard 2.0
    • Go.fx  Island
  • Namespace: go.net.textproto
  • Platforms: .NET, .NET Standard 2.0, Island

 

constructor

 

constructor

 

Error()

 

init()

 

Sub New()

constructor (Int64, string)

 

// .NET, .NET Standard 2.0
constructor(aCode: Int64; aMsg: string)
// Island
constructor(aCode: int; aMsg: string)

 

// .NET, .NET Standard 2.0
Error(Int64 aCode, string aMsg)
// Island
Error(int aCode, string aMsg)

 

// .NET, .NET Standard 2.0
init(_ aCode: Int64, _ aMsg: string)
// Island
init(_ aCode: int, _ aMsg: string)

 

// .NET, .NET Standard 2.0
Sub New(aCode As Int64, aMsg As string)
// Island
Sub New(aCode As int, aMsg As string)

Parameters:

  • aCode:
  • aMsg:

constructor (Error)

 

constructor(value: Error)

 

Error(Error value)

 

init(_ value: Error)

 

Sub New(value As Error)

Parameters:

  • value:

Code

 

var Code: int;

 

int Code

 

var Code: int

 

Code int

 

FIELD Code() As int

Error Island

 

method Error: string

 

string Error()

 

func Error() -> string

 

func Error() string

 

Function Error() As string

Msg

 

var Msg: string;

 

string Msg

 

var Msg: string

 

Msg string

 

FIELD Msg() As string

 

Code

 

var Code: int;

 

int Code

 

var Code: int

 

Code int

 

FIELD Code() As int

Msg

 

var Msg: string;

 

string Msg

 

var Msg: string

 

Msg string

 

FIELD Msg() As string

 

constructor

 

constructor

 

Error()

 

init()

 

Sub New()

constructor (Int64, string)

 

// .NET, .NET Standard 2.0
constructor(aCode: Int64; aMsg: string)
// Island
constructor(aCode: int; aMsg: string)

 

// .NET, .NET Standard 2.0
Error(Int64 aCode, string aMsg)
// Island
Error(int aCode, string aMsg)

 

// .NET, .NET Standard 2.0
init(_ aCode: Int64, _ aMsg: string)
// Island
init(_ aCode: int, _ aMsg: string)

 

// .NET, .NET Standard 2.0
Sub New(aCode As Int64, aMsg As string)
// Island
Sub New(aCode As int, aMsg As string)

Parameters:

  • aCode:
  • aMsg:

constructor (Error)

 

constructor(value: Error)

 

Error(Error value)

 

init(_ value: Error)

 

Sub New(value As Error)

Parameters:

  • value:

Error Island

 

method Error: string

 

string Error()

 

func Error() -> string

 

func Error() string

 

Function Error() As string