Search Results for

    Show / Hide Table of Contents

    Class DefaultErrorMessages

    A strongly-typed resource class, for looking up localized strings, etc.

    Inheritance
    System.Object
    DefaultErrorMessages
    Inherited Members
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.ToString()
    Namespace: TelegramModularFramework.Localization
    Assembly: TelegramModularFramework.dll
    Syntax
    public class DefaultErrorMessages

    Properties

    | Improve this Doc View Source

    Culture

    Overrides the current thread's CurrentUICulture property for all resource lookups using this strongly typed resource class.

    Declaration
    public static CultureInfo Culture { get; set; }
    Property Value
    Type Description
    System.Globalization.CultureInfo
    | Improve this Doc View Source

    ResourceManager

    Returns the cached ResourceManager instance used by this class.

    Declaration
    public static ResourceManager ResourceManager { get; }
    Property Value
    Type Description
    System.Resources.ResourceManager
    | Improve this Doc View Source

    TooFewArguments

    Looks up a localized string similar to Too few arguments.

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

    TypeConvertException

    Looks up a localized string similar to Error when converting value: {0} at position {1}.

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

    UnknownAction

    Looks up a localized string similar to Unknown action {0}.

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

    UnknownCommand

    Looks up a localized string similar to Unknown command {0}.

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

    UnknownState

    Looks up a localized string similar to Unexpected state value! Try again.

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

    ValidationError

    Looks up a localized string similar to Validation error: {0} at position {1}.

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