Class InvalidHttpResponseCodeException
- Namespace
- Alis.Core.Network.Exceptions
- Assembly
- Alis.dll
The invalid http response code exception class
[Serializable]
public class InvalidHttpResponseCodeException : Exception, ISerializable
Inheritance
Implements
Inherited Members
Constructors
InvalidHttpResponseCodeException()
Initializes a new instance of the Alis.Core.Network.Exceptions.InvalidHttpResponseCodeException class
public InvalidHttpResponseCodeException()
InvalidHttpResponseCodeException(string)
Initializes a new instance of the Alis.Core.Network.Exceptions.InvalidHttpResponseCodeException class
public InvalidHttpResponseCodeException(string message)
Parameters
message
string-
The message
InvalidHttpResponseCodeException(string, string, string)
Initializes a new instance of the Alis.Core.Network.Exceptions.InvalidHttpResponseCodeException class
public InvalidHttpResponseCodeException(string responseCode, string responseDetails, string responseHeader)
Parameters
responseCode
string-
The response code
responseDetails
string-
The response details
responseHeader
string-
The response header
InvalidHttpResponseCodeException(string, Exception)
Initializes a new instance of the Alis.Core.Network.Exceptions.InvalidHttpResponseCodeException class
public InvalidHttpResponseCodeException(string message, Exception inner)
Parameters
Properties
ResponseCode
Gets or sets the value of the response code
public string ResponseCode { get; private set; }
Property Value
ResponseDetails
Gets or sets the value of the response details
public string ResponseDetails { get; private set; }
Property Value
ResponseHeader
Gets or sets the value of the response header
public string ResponseHeader { get; private set; }