System.Variants.EVariantUnexpectedError

提供:RAD Studio API Documentation

EVariantUnexpectedErrorSystem.SysUtils.EVariantErrorSystem.SysUtils.ExceptionSystem.TObject

Delphi

EVariantUnexpectedError = class(EVariantError);

C++

class PASCALIMPLEMENTATION EVariantUnexpectedError : public System::Sysutils::EVariantError

プロパティ

種類 可視性 ソース ユニット
class public
System.Variants.pas
System.Variants.hpp
System.Variants System.Variants

説明

EVariantUnexpectedError は,予期しないバリアントエラーの例外クラスです。

EVariantUnexpectedError は,予期しないエラーがバリアント型処理で発生したときに生成されます。

関連項目