Vcl.Direct2D.EDirect2DException

Delphi
EDirect2DException = class(Exception);
C++
class PASCALIMPLEMENTATION EDirect2DException : public System::Sysutils::Exception
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
class | public | Vcl.Direct2D.pas Vcl.Direct2D.hpp |
Vcl.Direct2D | Vcl.Direct2D |
Description
Represents a Direct2D exception.
Instances of the EDirect2DException class are raised whenever an invalid Direct2D operation is about to be performed. Use EDirect2DException in try .. except clauses to catch only the exceptions generated by the Direct2D canvas and related objects.