Creates an ExpectedExceptionAttribute object. Use this constructor if it is sufficient to check for the type of the exception only.
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);
ExpectedExceptionAttribute Class | csUnit Namespace