Search Results for

    Show / Hide Table of Contents

    Class CallbackQueryHandlerBadPath

    Some parameter value missing in path

    Inheritance
    System.Object
    BaseCommandException
    CallbackQueryHandlerBadPath
    Namespace: TelegramModularFramework.Services.Exceptions
    Assembly: TelegramModularFramework.dll
    Syntax
    public class CallbackQueryHandlerBadPath : BaseCommandException

    Constructors

    | Improve this Doc View Source

    CallbackQueryHandlerBadPath(IEnumerable<PathPart>, ParameterInfo, String)

    Declaration
    public CallbackQueryHandlerBadPath(IEnumerable<PathPart> pathParts, ParameterInfo parameterInfo, string path)
    Parameters
    Type Name Description
    IEnumerable<PathPart> pathParts
    System.Reflection.ParameterInfo parameterInfo
    System.String path

    Properties

    | Improve this Doc View Source

    ParameterInfo

    Declaration
    public ParameterInfo ParameterInfo { get; set; }
    Property Value
    Type Description
    System.Reflection.ParameterInfo
    | Improve this Doc View Source

    Path

    Declaration
    public string Path { get; set; }
    Property Value
    Type Description
    System.String
    | Improve this Doc View Source

    PathParts

    Declaration
    public IEnumerable<PathPart> PathParts { get; set; }
    Property Value
    Type Description
    IEnumerable<PathPart>
    • Improve this Doc
    • View Source
    ☀
    ☾
    In This Article
    Back to top
    TelegramModularFramework (c) 2022-2022
    ☀
    ☾