ThrowAnyAttribute

Description

sealed class CodeX.ThrowAnyAttribute

Derived from

Attribute abstract

The annotated delegate or member is allowed to throw any Exception, in addition to those that are listed in the member documentation.

If an unlisted exception is thrown, the delegate or member invocation has failed due to an unexpected error.