Namespace: MbUnit.Framework
Assembly:  MbUnit.Framework (in MbUnit.Framework.dll)

Syntax

         
 C#  Visual Basic  Visual C++ 
public ConditionalExceptionAttribute(
	Type exceptionType,
	string predicateMethodName
)
Public Sub New ( _
	exceptionType As Type, _
	predicateMethodName As String _
)
public:
ConditionalExceptionAttribute(
	Type^ exceptionType, 
	String^ predicateMethodName
)

Parameters

exceptionType
Type
predicateMethodName
String

See Also