AseFailoverException Class

The exception that is thrown when Adaptive Server successfully fails over to the secondary server configured in an HA cluster.

Base classes

AseException

There is no constructor for AseFailoverException. Typically, an AseFailoverException object is declared in a catch. For example:

... 
catch( AseFailoverException ex )
{ 
   MessageBox.Show( ex.Message, "Warning!" ); 
}
Related concepts
AseException Class