Factory to recreate exceptions from ErrorDescription values passed through the wire.
Description
The ApplicationExceptionFactory acts as a factory to recreate from ErrorDescription values passed through the wire.
Static methods
create
Recreates ApplicationException object from serialized ErrorDescription. It tries to restore the original exception type using the type or error category fields.
static
ApplicationException create(ErrorDescription description)
- description: ErrorDescription - serialized error description received as a result of a remote call.
- returns: ApplicationException - new instance of the ApplicationException.