Method | Description | |
---|---|---|
ExpectedExceptionAttribute ( ) : System |
Constructor for a non-specific exception
|
|
ExpectedExceptionAttribute ( |
Constructor for a given type of exception
|
|
ExpectedExceptionAttribute ( string exceptionName ) : System |
Constructor for a given exception name
|
public ExpectedExceptionAttribute ( ) : System | ||
return | System |
public ExpectedExceptionAttribute ( |
||
exceptionType | The type of the expected exception | |
return | System |
public ExpectedExceptionAttribute ( string exceptionName ) : System | ||
exceptionName | string | The full name of the expected exception |
return | System |