CommunityException
is defined in the Telligent.Evolution.Components
namespace of Telligent.Evolution.Platform.dll
Definition
interface CommunityException { IExceptionCategory Category { get; } Guid CategoryId { get; } Guid CategoryId { get; } StackTrace EffectiveStackTrace { get; } string Message { get; } HttpStatusCode GetHttpStatusCode(); HttpStatusCode GetHttpStatusCode(); string GetUserRenderableMessage(); string GetUserRenderableMessage(); string ToString(); }
Properties
Name | Type | Description | Default | Options |
---|---|---|---|---|
Category | IExceptionCategory | |||
CategoryId | Guid | |||
CategoryId | Guid | |||
EffectiveStackTrace | StackTrace | |||
Message | string |
Methods
HttpStatusCode GetHttpStatusCode();
Return Type
HttpStatusCode
HttpStatusCode GetHttpStatusCode();
Return Type
HttpStatusCode
string GetUserRenderableMessage();
Return Type
string
string GetUserRenderableMessage();
Return Type
string
string ToString();
Return Type
string