ASA Programming Guide
Adaptive Server Anywhere .NET Data Provider API Reference
The exception that is thrown when Adaptive Server Anywhere returns a warning or error.
SystemException
There is no constructor for AsaException. Typically, an AsaException object is declared in a catch. For example:
... catch( AsaException ex ) { MessageBox.Show( ex.Errors[0].Message, "Error" ); }
Error handling and the Adaptive Server Anywhere .NET data provider
Errors property
GetObjectData method
Message property
Source property