LocalizableException
Exception that carries a localization key and format arguments, enabling display of error messages in the user's preferred language.
Definition
Namespace:Telerik.Windows.Documents.Spreadsheet.Utilities
Assembly:Telerik.Windows.Documents.Spreadsheet.dll
Syntax:
public class LocalizableException : Exception, ISerializable
Inheritance: objectExceptionLocalizableException
Derived Classes:
Implements:
Inherited Members
Constructors
Initializes a new instance of the LocalizableException class.
public LocalizableException()
Initializes a new instance of the LocalizableException class.
Initializes a new instance of the LocalizableException class.
Initializes a new instance of the LocalizableException class.
Initializes a new instance of the LocalizableException class.
Properties
Arguments used to format the localized error message template, providing contextual values like parameter names or values.
public string[] FormatStringArguments { get; }
The format string arguments.
The key used to retrieve the localized error message from a resource dictionary.
public string LocalizationKey { get; protected set; }
The localization key.