Error codes commonly used throughout AGI
graphics libraries.
| C# | Visual Basic | Visual C++ |
public enum AgGxErrorCodes
Public Enumeration AgGxErrorCodes
public enum class AgGxErrorCodes
| Member | Description |
|---|---|
| ErrorBase |
Error base. 0x0000-0x01FF are used by
COM
|
| ErrorIndexOutOfRange |
Index out of range.
|
| ErrorInvalidNumberOfElements |
An invalid number of elements were passed in
an array.
|
| ErrorNotInitialized |
Object not initialized. Call Initialize()
first.
|
| ErrorAlreadyInitialized |
Object already initialized. Do not call
Initialize() more than once.
|
| ErrorCouldNotInitialize |
Could not initialize the object.
|
| ErrorObjectNotFound |
Object not found.
|
| ErrorInvalidMethodCall |
Invalid method call.
|
| ErrorInvalidPath |
Cannot not access the path. Verify the path
exists and the application has permission to access it.
|
| ErrorInvalidFilePath |
Cannot not access the file. Verify the file
exists and the application has permission to access it.
|
Assembly: AGI.Graphics.Interop(Module: AGI.Graphics.Interop) Version: 9.0.0.0 (9.0.0.0)