-
-
Notifications
You must be signed in to change notification settings - Fork 514
Closed
Description
We use an Exception which gets rendered a bit oddly in the UI.
public class CustomException : ApplicationException
where T : struct
We use this so we can use enums instead of strings for error messages that are then easy to group in "buckets" or localize.
The the EL UI they get rendered as:
My.Custom.Namespace..CustomException`1[[Some.Long.Name.Space.ErrorCategory_ErrorBucket, Long.AssemblyName., Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]]
EL should understand such exceptions and render them as:
CustomException<ErrorCategory_ErrorBucket>