Table of Contents

Class Exceptions___Copy

Namespace
RDCore.SDK
Assembly
RDCore.SDK.dll

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

CultureInfo

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

string

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

string

ResourceManager

Returns the cached ResourceManager instance used by this class.

public static ResourceManager ResourceManager { get; }

Property Value

ResourceManager

VBRuntimeError

Looks up a localized string similar to Run-time error: #.

public static string VBRuntimeError { get; }

Property Value

string