Search Results for

    Show / Hide Table of Contents

    Class BadArgs

    Arguments received by command are wrong

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

    Constructors

    | Improve this Doc View Source

    BadArgs(Int32, Int32, Int32)

    Declaration
    public BadArgs(int position, int required, int provided)
    Parameters
    Type Name Description
    System.Int32 position
    System.Int32 required
    System.Int32 provided

    Properties

    | Improve this Doc View Source

    Position

    Index of argument from 0

    Declaration
    public int Position { get; }
    Property Value
    Type Description
    System.Int32
    | Improve this Doc View Source

    Provided

    Declaration
    public int Provided { get; }
    Property Value
    Type Description
    System.Int32
    | Improve this Doc View Source

    Required

    Declaration
    public int Required { get; }
    Property Value
    Type Description
    System.Int32
    • Improve this Doc
    • View Source
    ☀
    ☾
    In This Article
    Back to top
    TelegramModularFramework (c) 2022-2022
    ☀
    ☾