Search Results for

    Show / Hide Table of Contents

    Class TypeConvertException

    Type reader returned unsuccessful result

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

    Constructors

    | Improve this Doc View Source

    TypeConvertException(String, ParameterInfo, Int32)

    Declaration
    public TypeConvertException(string errorReason, ParameterInfo parameterInfo, int position)
    Parameters
    Type Name Description
    System.String errorReason
    System.Reflection.ParameterInfo parameterInfo
    System.Int32 position

    Properties

    | Improve this Doc View Source

    ErrorReason

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

    ParameterInfo

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

    Position

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