Table of Contents

Class SlashCommandTypeReaderResult

Namespace
NetCord.Services.ApplicationCommands
Assembly
NetCord.Services.dll
public abstract class SlashCommandTypeReaderResult : IExecutionResult
Inheritance
SlashCommandTypeReaderResult
Implements
Derived
Inherited Members

Constructors

SlashCommandTypeReaderResult()

protected SlashCommandTypeReaderResult()

Methods

Fail(string)

public static SlashCommandTypeReaderResult Fail(string message)

Parameters

message string

Returns

SlashCommandTypeReaderResult

ParseFail(string)

public static SlashCommandTypeReaderResult ParseFail(string parameterName)

Parameters

parameterName string

Returns

SlashCommandTypeReaderResult

Success(object?)

public static SlashCommandTypeReaderResult Success(object? value)

Parameters

value object

Returns

SlashCommandTypeReaderResult