Models
Described exception
This class is used to add a custom message to an exception.
Properties
Name | Type | Description | Default |
---|---|---|---|
Description | string | Custom description. | null |
Exception | Exception | Exception that occured. | null |
Usage
C#
new DescribedException(description: "Custom description.", exception: Exception);