Class InvalidHttpResponseCodeException
- Namespace
- Alis.Core.Network.Exceptions
- Assembly
- Alis.dll
The invalid http response code exception class
[Serializable]
public class InvalidHttpResponseCodeException : Exception, ISerializableInheritance
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
messagestring-
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
responseCodestring-
The response code
responseDetailsstring-
The response details
responseHeaderstring-
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; }