ProtocolError

Overview

Location

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

Fields


ErrorString

 

var ErrorString: string;

 

string ErrorString

 

var ErrorString: string

 

ErrorString string

 

FIELD ErrorString() As string

Instance Methods


constructor

 

constructor

 

ProtocolError()

 

init()

 

Sub New()

constructor (string)

 

constructor(aErrorString: string)

 

ProtocolError(string aErrorString)

 

init(_ aErrorString: string)

 

Sub New(aErrorString As string)

Parameters:

  • aErrorString:

constructor (ProtocolError)

 

constructor(value: ProtocolError)

 

ProtocolError(ProtocolError value)

 

init(_ value: ProtocolError)

 

Sub New(value As ProtocolError)

Parameters:

  • value:

Error Island

 

method Error: string

 

string Error()

 

func Error() -> string

 

func Error() string

 

Function Error() As string