CommunityException is defined in the Telligent.Evolution.Components namespace of Telligent.Evolution.Platform.dll
Definition
interface CommunityException
{
IExceptionCategory Category { 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? | |||
| EffectiveStackTrace | StackTrace | |||
| Message | string |