Class Exceptions
A strongly-typed resource class, for looking up localized strings, etc.
public class Exceptions
- Inheritance
-
Exceptions
- 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
InvalidExtension_Message
Looks up a localized string similar to Extension '{$NAME}' was not registered..
public static string InvalidExtension_Message { get; }
Property Value
InvalidExtension_Verbose
Looks up a localized string similar to Validation failed with the following flags: .
public static string InvalidExtension_Verbose { get; }
Property Value
LanguageServerAlreadyRunningException_Message
Looks up a localized string similar to The language server is already running..
public static string LanguageServerAlreadyRunningException_Message { get; }
Property Value
LanguageServerAlreadyRunningException_Verbose
Looks up a localized string similar to Verity the state of process ID {$PID}..
public static string LanguageServerAlreadyRunningException_Verbose { get; }
Property Value
LanguageServerNotFoundException_Message
Looks up a localized string similar to The server (LSP) 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
LanguageServerProtocolSdkException_ClientNotInitialized
Looks up a localized string similar to Language client was not initialized..
public static string LanguageServerProtocolSdkException_ClientNotInitialized { get; }
Property Value
LanguageServerProtocolSdkException_ServerNotInitialized
Looks up a localized string similar to Language server was not initialized..
public static string LanguageServerProtocolSdkException_ServerNotInitialized { get; }
Property Value
LetCoercionRuntimeErrorExceptionInvalidUseOfNull_Verbose
Looks up a localized string similar to Destination data type could only be Null, Variant, or a fixed-sized array..
public static string LetCoercionRuntimeErrorExceptionInvalidUseOfNull_Verbose { get; }
Property Value
LetCoercionRuntimeErrorExceptionObjectRequired
Looks up a localized string similar to The destination data type being an object or class type, the data type of the source value cannot be let-coerced, because an object is required for the source value..
public static string LetCoercionRuntimeErrorExceptionObjectRequired { get; }
Property Value
LetCoercionRuntimeErrorExceptionObjectVariableNotSet
Looks up a localized string similar to Source value 'Nothing' cannot be let-coerced to an object reference. This error usually denotes a missing 'Set' keyword, required for a reference assignment..
public static string LetCoercionRuntimeErrorExceptionObjectVariableNotSet { get; }
Property Value
LetCoercionRuntimeErrorExceptionOutOfStackSpace_Verbose
Looks up a localized string similar to This let-coercion operation is deterministically recursive. See evaluation stack details for more information..
public static string LetCoercionRuntimeErrorExceptionOutOfStackSpace_Verbose { get; }
Property Value
LetCoercionRuntimeErrorExceptionOverflow_Verbose
Looks up a localized string similar to Source value is outside the range of the determined let-coercion destination data type and cannot be represented..
public static string LetCoercionRuntimeErrorExceptionOverflow_Verbose { get; }
Property Value
LetCoercionRuntimeErrorExceptionTypeMismatch_Verbose
Looks up a localized string similar to Source value data type could not be let-coerced to the destination declared type during the evaluation of a let-coercion expression..
public static string LetCoercionRuntimeErrorExceptionTypeMismatch_Verbose { get; }
Property Value
ResourceManager
Returns the cached ResourceManager instance used by this class.
public static ResourceManager ResourceManager { get; }
Property Value
VBCompilationError_DuplicateDeclaration
Looks up a localized string similar to Duplicate declaration in current scope.
public static string VBCompilationError_DuplicateDeclaration { get; }
Property Value
VBCompileError
Looks up a localized string similar to Compile error:.
public static string VBCompileError { get; }
Property Value
VBCompileError_AmbiguousName
Looks up a localized string similar to Ambiguous name detected:.
public static string VBCompileError_AmbiguousName { get; }
Property Value
VBCompileError_ExitDoNotWithinDoLoop
Looks up a localized string similar to Exit Do not within Do...Loop.
public static string VBCompileError_ExitDoNotWithinDoLoop { get; }
Property Value
VBCompileError_ExitForNotWithinForNext
Looks up a localized string similar to Exit For not within For...Next.
public static string VBCompileError_ExitForNotWithinForNext { get; }
Property Value
VBCompileError_ExitFunctionNotAllowedInSubOrProperty
Looks up a localized string similar to Exit Function not allowed in Sub or Property (Let/Set).
public static string VBCompileError_ExitFunctionNotAllowedInSubOrProperty { get; }
Property Value
VBCompileError_ExitPropertyNotAllowedInSubOrFunction
Looks up a localized string similar to Exit Property not allowed in Sub or Function.
public static string VBCompileError_ExitPropertyNotAllowedInSubOrFunction { get; }
Property Value
VBCompileError_ExpectedArray
Looks up a localized string similar to Expected array.
public static string VBCompileError_ExpectedArray { get; }
Property Value
VBCompileError_ExpectedIdentifier
Looks up a localized string similar to Expected identifier.
public static string VBCompileError_ExpectedIdentifier { get; }
Property Value
VBCompileError_InvalidParamArrayUse
Looks up a localized string similar to Invalid ParamArray use.
public static string VBCompileError_InvalidParamArrayUse { get; }
Property Value
VBCompileError_InvalidReDim
Looks up a localized string similar to Invalid ReDim.
public static string VBCompileError_InvalidReDim { get; }
Property Value
VBCompileError_InvalidUseOfObject
Looks up a localized string similar to Invalid use of object.
public static string VBCompileError_InvalidUseOfObject { get; }
Property Value
VBCompileError_LabelNotDefined
Looks up a localized string similar to Label not defined.
public static string VBCompileError_LabelNotDefined { get; }
Property Value
VBCompileError_LetCoercionTypeMismatch_Verbose
Looks up a localized string similar to Implicit let-coercion is statically invalid for the specified inputs of this expression..
public static string VBCompileError_LetCoercionTypeMismatch_Verbose { get; }
Property Value
VBCompileError_MethodOrDataMemberNotFound
Looks up a localized string similar to Method or data member not found.
public static string VBCompileError_MethodOrDataMemberNotFound { get; }
Property Value
VBCompileError_TypeMismatch
Looks up a localized string similar to Type mismatch.
public static string VBCompileError_TypeMismatch { get; }
Property Value
VBCompileError_TypeMismatch_Verbose
Looks up a localized string similar to None of the static semantic applicable rules for this operation matched the data type(s) of the provided input(s): {$INPUTS}.
public static string VBCompileError_TypeMismatch_Verbose { get; }
Property Value
VBCompileError_UnspecifiedError
Looks up a localized string similar to Unspecified error.
public static string VBCompileError_UnspecifiedError { get; }
Property Value
VBCompileError_UserDefinedTypeNotDefined
Looks up a localized string similar to User-defined type (UDT) not defined.
public static string VBCompileError_UserDefinedTypeNotDefined { get; }
Property Value
VBCompileError_VariableNotDefined
Looks up a localized string similar to Variable not defined.
public static string VBCompileError_VariableNotDefined { get; }
Property Value
VBDivisionOp_DivisionByZero
Looks up a localized string similar to This operation is dividing by zero. Consider adding a conditional check to avoid this..
public static string VBDivisionOp_DivisionByZero { get; }
Property Value
VBExponentOp_InvalidProcedureCallOrArgument_Verbose
Looks up a localized string similar to The result of a negative exponent value cannot be represented with base 0..
public static string VBExponentOp_InvalidProcedureCallOrArgument_Verbose { get; }
Property Value
VBIntegerDivisionOp_DivisionByZero
Looks up a localized string similar to This operation results in a division by zero, possibly due to Banker's Rounding losing enough precision to bring the operand value to integer value 0..
public static string VBIntegerDivisionOp_DivisionByZero { get; }
Property Value
VBIsOp_ObjectRequired
Looks up a localized string similar to Relational operator 'Is' requires an object in this context..
public static string VBIsOp_ObjectRequired { get; }
Property Value
VBRuntimeError
Looks up a localized string similar to Run-time error : #.
public static string VBRuntimeError { get; }
Property Value
VBRuntimeError_ArithmeticOverflow
Looks up a localized string similar to This operation results in a value that the determined effective type cannot legally represent..
public static string VBRuntimeError_ArithmeticOverflow { get; }
Property Value
VBRuntimeInternalError_BoundSymbolExpected_Verbose
Looks up a localized string similar to A bound symbol was required to throw a let-coercion type mismatch, but the operand unexpectedly links an unbound '{$SYMBOLTYPE}' symbol..
public static string VBRuntimeInternalError_BoundSymbolExpected_Verbose { get; }
Property Value
VBRuntimeInternalError_EvaluateOperatorRuntimeSemanticsNullApplicableResult_Verbose
Looks up a localized string similar to The evaluation of this expression unexpectedly yields a semantically invalid, unrepresentable result..
public static string VBRuntimeInternalError_EvaluateOperatorRuntimeSemanticsNullApplicableResult_Verbose { get; }
Property Value
VBRuntimeInternalError_LetCoercionRuntimeSemanticRulesOverlap
Looks up a localized string similar to The let-coercion runtime semantic selectors are overlapping and more than a single rule matched..
public static string VBRuntimeInternalError_LetCoercionRuntimeSemanticRulesOverlap { get; }
Property Value
VBRuntimeInternalError_LetCoercionStackCorruption
Looks up a localized string similar to The internal let-coercion stack has reached an unexpected desynchronized state. Stack: {$FRAMES}, HashSet: {$HASH}..
public static string VBRuntimeInternalError_LetCoercionStackCorruption { get; }
Property Value
VBRuntimeInternalError_LetCoercionStrategyWasNotApplicable
Looks up a localized string similar to Let-coercion evaluation strategy unexpectedly returned a 'NotApplicable' result..
public static string VBRuntimeInternalError_LetCoercionStrategyWasNotApplicable { get; }
Property Value
VBRuntimeInternalError_WrongNumberOfOperands
Looks up a localized string similar to Operator expression runtime semantics did not receive the expected number of operands for operator '{$OP}': VBTypedValue[{$LENGTH}]..
public static string VBRuntimeInternalError_WrongNumberOfOperands { get; }
Property Value
VBRuntimeTypeMismatch_OperationEffectiveType_Verbose
Looks up a localized string similar to No semantics defined an effective type for the specified operator data types ({$OPERANDS})..
public static string VBRuntimeTypeMismatch_OperationEffectiveType_Verbose { get; }
Property Value
VBSyntaxError_CustomMessage
Looks up a localized string similar to Syntax error (grammar):.
public static string VBSyntaxError_CustomMessage { get; }
Property Value
VBSyntaxError_DefaultMessage
Looks up a localized string similar to Syntax error.
public static string VBSyntaxError_DefaultMessage { get; }
Property Value
ValidationFlags_Blocked
Looks up a localized string similar to The 'Title' specified in the extension manifest is currently explicitly blocked by configuration..
public static string ValidationFlags_Blocked { get; }
Property Value
ValidationFlags_FileNotFound
Looks up a localized string similar to The 'Name' specified in the extension manifest does not point to an existing file. The server executable may have been moved, renamed, or deleted..
public static string ValidationFlags_FileNotFound { get; }
Property Value
ValidationFlags_InvalidCertificate
Looks up a localized string similar to The certificate associated with this extension is invalid or expired..
public static string ValidationFlags_InvalidCertificate { get; }
Property Value
ValidationFlags_LocationMismatch
Looks up a localized string similar to The 'Title' specified in the extension manifest mismatches its folder location..
public static string ValidationFlags_LocationMismatch { get; }
Property Value
ValidationFlags_NotAllowed
Looks up a localized string similar to The 'Title' specified in the extension manifest is currently not explicitly configured as an 'Allowed' extension..
public static string ValidationFlags_NotAllowed { get; }
Property Value
ValidationFlags_SignatureMismatch
Looks up a localized string similar to The 'Signature' specified in the extension manifest does not match the signature (file hash) of the server executable. The executable file may have been tampered with..
public static string ValidationFlags_SignatureMismatch { get; }
Property Value
Verbose_FrameDetails
Looks up a localized string similar to Frame details:.
public static string Verbose_FrameDetails { get; }
Property Value
Verbose_LetCoercionStackTrace
Looks up a localized string similar to Evaluation stack:.
public static string Verbose_LetCoercionStackTrace { get; }