Class SlashCommandTypeReaderExceptionResult
- Namespace
- NetCord.Services.ApplicationCommands
- Assembly
- NetCord.Services.dll
public class SlashCommandTypeReaderExceptionResult : SlashCommandTypeReaderFailResult, IFailResult, IExecutionResult
- Inheritance
-
SlashCommandTypeReaderExceptionResult
- Implements
- Inherited Members
Constructors
SlashCommandTypeReaderExceptionResult(Exception)
public SlashCommandTypeReaderExceptionResult(Exception exception)
Parameters
exception
Exception
Properties
Exception
public Exception Exception { get; }