Interface IExceptionResult
An exception error result.
Inherited Members
Namespace: Color_Chan.Discord.Core.Results
Assembly: Color-Chan.Discord.Core.dll
Syntax
public interface IExceptionResult : IErrorResult
Properties
| Improve this Doc View SourceException
Contains the exception that was thrown.
Declaration
Exception Exception { get; set; }
Property Value
Type | Description |
---|---|
Exception |