Search Results for

    Show / Hide Table of Contents

    Class ValidationError

    Some argument has wrong value

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

    Constructors

    | Improve this Doc View Source

    ValidationError(String, String, Int32)

    Declaration
    public ValidationError(string message, string field, int posistion)
    Parameters
    Type Name Description
    System.String message
    System.String field
    System.Int32 posistion

    Properties

    | Improve this Doc View Source

    Field

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

    Position

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