Skip to content

EVariantUnexpectedError

[Properties (by Name)][Methods (by Name)][Events (by Name)]

Exception raised during unexpected error

Declaration

Source position: variants.pp line 46

Type
  EVariantUnexpectedError = class (EVariantError)
  ;

Description

EVariantUnexpectedError is the exception raised when the VAR_UNEXPECTED error is encountered in VarResultCheck It can be raised manually by calling VarUnexpectedError .

MembersNo members available

Inheritance

Class Description
EVariantUnexpectedError Exception raised during unexpected error

See also

Name Description
VarResultCheck Check the result of an operation and raise exception if not OK.
VarVarUnexpectedError