Table of Contents

Class HttpRequestException

Namespace
Sisk.Core.Http
Assembly
Sisk.Core.dll

Represents an exception that is thrown while a request is being interpreted by the HTTP server.

public sealed class HttpRequestException : Exception, ISerializable
Inheritance
HttpRequestException
Implements
Inherited Members

Constructors

HttpRequestException(string)

Initializes a new instance of the HttpRequestException class with a specified error message.

HttpRequestException(string, Exception?)

Initializes a new instance of the HttpRequestException class with a specified error message and a reference to the inner exception that is the cause of this exception.