AseException Class

The exception that is thrown when Adaptive Server returns a warning or error.

Base Classes

SystemException

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" ); 
}
Related concepts
Error Handling