Table of Contents

Class HttpEngineException

Namespace: Sisk.Core.Http.Engine
Assembly: Sisk.Core.dll

Represents an exception that occurred during the execution of the HTTP engine.

public class HttpEngineException : Exception, ISerializable

Inheritance

objectExceptionHttpEngineException

Implements

ISerializable

Inherited Members

Exception.GetBaseException(), Exception.ToString(), Exception.GetType(), Exception.TargetSite, Exception.Message, Exception.Data, Exception.InnerException, Exception.HelpLink, Exception.Source, Exception.HResult, Exception.StackTrace, Exception.SerializeObjectState, object.GetType(), object.MemberwiseClone(), object.ToString(), object.Equals(object?), object.Equals(object?, object?), object.ReferenceEquals(object?, object?), object.GetHashCode()

Constructors

HttpEngineException(string)

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

HttpEngineException(Exception)

Initializes a new instance of the HttpEngineException class with a specified inner exception.