Class Exceptions___Copy
A strongly-typed resource class, for looking up localized strings, etc.
public class Exceptions___Copy
- Inheritance
-
Exceptions___Copy
- Inherited Members
Properties
Culture
Overrides the current thread's CurrentUICulture property for all resource lookups using this strongly typed resource class.
public static CultureInfo Culture { get; set; }
Property Value
LanguageServerNotFoundException_Message
Looks up a localized string similar to The LSP language server could not be located at the configured location..
public static string LanguageServerNotFoundException_Message { get; }
Property Value
LanguageServerNotFoundException_Verbose
Looks up a localized string similar to File '{$LSP_SVR_NAME}' was not found under the configured path: '{$PATH}'..
public static string LanguageServerNotFoundException_Verbose { get; }
Property Value
ResourceManager
Returns the cached ResourceManager instance used by this class.
public static ResourceManager ResourceManager { get; }
Property Value
VBRuntimeError
Looks up a localized string similar to Run-time error: #.
public static string VBRuntimeError { get; }