AdapterCollectionBaseTOnProcessException Method
Namespace: Gemstone.Timeseries.AdaptersAssembly: Gemstone.Timeseries (in Gemstone.Timeseries.dll) Version: 1.0.150 -- Release Build+b0ded34473a5ec0794290d60061683cd4a0402e5
Protected Overridable Sub OnProcessException ( 
	level As MessageLevel,
	exception As Exception,
	Optional eventName As String = Nothing,
	Optional flags As MessageFlags = MessageFlags.None
)
function OnProcessException(level, exception, eventName, flags);
Parameters
- level  MessageLevel
- The MessageLevel to assign to this message
- exception  Exception
- Processing Exception.
- eventName  String  (Optional)
- A fixed string to classify this event; defaults to null.
- flags  MessageFlags  (Optional)
- MessageFlags to use, if any; defaults to None.
  should be a constant string value associated with what type of message is being
            generated. In general, there should only be a few dozen distinct event names per class. Exceeding this
            threshold will cause the EventName to be replaced with a general warning that a usage issue has occurred.