Legend
| Constructor: TranslatableException<TTranslation>( |
| Func<TTranslation, string> | getMessage | A function which returns the exception message given a TTranslation object. This would usually be of the form "tr => tr.FieldName" or "tr => tr.FieldName.Fmt(parameters)". |
| Exception | inner | Inner exception. |