Class BaseException
Inheritance
BaseException
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
Properties
|
Edit this page
View Source
StatusCode
Declaration
public HttpStatusCode StatusCode { get; set; }
Property Value
Implements