Base exception class for RiverSoftAVG GDI+ library
Namespace: RSGdiPlusGraphicsTypes
Exception
RSGdiPlusGraphicsTypes.EGDIPException
|
Delphi
|
type
EGDIPException = class(Exception)
end;
|
|
Name
|
Description
|
|
Create(TStatus)
|
Overloaded. Creates an exception based on the GDI+ status result
|
Top
|