ApplicationExceptionFactory

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 a serialized ErrorDescription. It tries to restore the original exception type using the type or error category fields.

public static ApplicationException Create(ErrorDescription description)

See also