ExceptionFormatter
The Formatter<T> used to format the Exception in which a method or custom activity results. This is different than the formatter used to format parameter or property values of Exception type. The default implementation prints the full type name of the Exception.
Declaration
public Formatter<Exception> ExceptionFormatter { get; }
Property Value
Type | Description |
---|---|
Formatter<Exception> |