HttpException
Overview
Location
- Reference: Sugar
- Namespace: Sugar
- Ancestry: Exception | SugarException | HttpException
Properties
Response
property Response: HttpResponse read;
HttpResponse Response { get; }
var Response: HttpResponse { get{} }
HttpResponse Response { __get; }
ReadOnly Property Response() As HttpResponse
Instance Methods
constructor (declared in SugarException)
Creates a new instance of the class.
constructor
HttpException()
init()
HttpException()
Sub New()
constructor (String) (declared in SugarException)
Creates a new instance of the class with specified message.
constructor(aMessage: String)
HttpException(String aMessage)
init(_ aMessage: String)
HttpException(String aMessage)
Sub New(aMessage As String)
Parameters:
- aMessage: The exception message.
constructor (String, array of Object) (declared in SugarException)
Creates a new instance of the class with formated message. Formating performed by the String method.
Parameters:
- aFormat: Format of tje message.
- aParams: Array of objects to format.