Show / Hide Table of Contents

Class BaseException

Inheritance
object
Exception
BaseException
ValidationException
Implements
ISerializable
Inherited Members
Exception.GetBaseException()
Exception.GetType()
Exception.ToString()
Exception.Data
Exception.HelpLink
Exception.HResult
Exception.InnerException
Exception.Message
Exception.Source
Exception.StackTrace
Exception.TargetSite
Exception.SerializeObjectState
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
Namespace: NotifyHub.NotificationService.Application.Common.Exceptions
Assembly: NotifyHub.NotificationService.Application.dll
Syntax
public class BaseException : Exception, ISerializable

Constructors

| Edit this page View Source

BaseException(string)

Declaration
public BaseException(string message)
Parameters
Type Name Description
string message
| Edit this page View Source

BaseException(string, HttpStatusCode)

Declaration
public BaseException(string message, HttpStatusCode statusCode)
Parameters
Type Name Description
string message
HttpStatusCode statusCode

Properties

| Edit this page View Source

StatusCode

Declaration
public HttpStatusCode StatusCode { get; set; }
Property Value
Type Description
HttpStatusCode

Implements

ISerializable
  • Edit this page
  • View Source
In this article
Back to top Generated by DocFX