The exception that is thrown when Adaptive Server returns a warning or
error.
Base Classes
There is no constructor for AseException. Typically, an
AseException object is declared in a catch. For example:
...
catch (AseException ex )
{
MessageBox.Show(ex.Message, "Error" );
}