Skip to content

Models

Described exception

This class is used to add a custom message to an exception.

Properties

NameTypeDescriptionDefault
DescriptionstringCustom description.null
ExceptionExceptionException that occured.null

Usage

C#
new DescribedException(description: "Custom description.", exception: Exception);

Released under CC-BY-4.0