create method Null safety

ApplicationException create(
  1. ErrorDescription description
)

Recreates ApplicationException object from serialized ErrorDescription.

It tries to restore original exception type using type or error category fields.

  • description a serialized error description received as a result of remote call