Table of Contents

Class CommandTypeParserExceptionResult

Namespace
NetCord.Services.Commands
Assembly
NetCord.Services.dll
public class CommandTypeParserExceptionResult : CommandTypeParserFailResult, IFailResult, IExecutionResult
Inheritance
CommandTypeParserExceptionResult
Implements
Inherited Members

Constructors

CommandTypeParserExceptionResult(Exception)

public CommandTypeParserExceptionResult(Exception exception)

Parameters

exception Exception

Properties

Exception

public Exception Exception { get; }

Property Value

Exception