The exception that is thrown when ASE returns a warning or error.
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" );
}