ExceptionService Methods
A service that allows you to handle exceptions in a custom manner.
Name | Description |
---|---|
Equals |
Determines whether the specified object instances are considered equal. Inherited from Object. |
Equals |
Determines whether the specified object is equal to the current object. Inherited from Object. |
Get |
Serves as the default hash function. Inherited from Object. |
Get |
Gets the Type of the current instance. Inherited from Object. |
Handle |
Processes all XAF-handled exceptions if the Exception |
Memberwise |
Creates a shallow copy of the current Object. Inherited from Object. |
Reference |
Determines whether the specified Object instances are the same instance. Inherited from Object. |
Should |
Specifies how an exception is processed. If you want to process an exception through IException , override this method and return true ; if you want to process an exception through Error - return false .
|
To |
Returns a string that represents the current object. Inherited from Object. |
See Also