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()
// .NET, .NET Standard 2.0
constructor(aCode: Int64; aMsg: string)
// Island
constructor(aCode: int; aMsg: string)
Parameters:
- aCode:
- aMsg:
constructor (Error)
Parameters:
- value:
Code
Error Island
method Error: string
string Error()
func Error() -> string
func Error() string
Function Error() As string
Msg
Code
Msg
constructor
constructor
Error()
init()
Sub New()
// .NET, .NET Standard 2.0
constructor(aCode: Int64; aMsg: string)
// Island
constructor(aCode: int; aMsg: string)
Parameters:
- aCode:
- aMsg:
constructor (Error)
Parameters:
- value:
Error Island