csUnit Class Library

ExpectedExceptionAttribute Constructor

Creates an ExpectedExceptionAttribute object. Use this constructor if it is sufficient to check for the type of the exception only.

Overload List

Creates an ExpectedExceptionAttribute object. Use this constructor if it is sufficient to check for the type of the exception only.

public ExpectedExceptionAttribute(Type);

Creates an ExpectedExceptionAttribute object. Use this constructor if it is sufficient to check for the type of the exception only.

public ExpectedExceptionAttribute(Type,bool);

See Also

ExpectedExceptionAttribute Class | csUnit Namespace