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
FIELD ErrorString() As string
Instance Methods
constructor
constructor(aErrorString: string)
ProtocolError(string aErrorString)
init(_ aErrorString: string)
Sub New(aErrorString As string)
Parameters:
- aErrorString:
constructor(value: ProtocolError)
ProtocolError(ProtocolError value)
init(_ value: ProtocolError)
Sub New(value As ProtocolError)
Parameters:
- value:
Error Island
Function Error() As string