AlternativeExceptionCondition Class

CuttingEdge.Conditions

An instance of this type is returned from the WithExceptionOnFailure<(Of <(TException>)>)()()() method overloads and allow you to specify the exception type that should be thrown on failure.

Namespace:  CuttingEdge.Conditions
Assembly:  CuttingEdge.Conditions (in CuttingEdge.Conditions.dll)

Syntax

Visual Basic (Declaration)
Public MustInherit Class AlternativeExceptionCondition
C#
public abstract class AlternativeExceptionCondition
Visual C++
public ref class AlternativeExceptionCondition abstract
JavaScript
CuttingEdge.Conditions.AlternativeExceptionCondition = function();

Type.createClass(
	'CuttingEdge.Conditions.AlternativeExceptionCondition');

Inheritance Hierarchy

System..::.Object
  CuttingEdge.Conditions..::.AlternativeExceptionCondition

See Also