Method | Description | |
---|---|---|
ShouldException ( ) : System |
Initializes a new instance of the ShouldException class.
|
|
ShouldException ( string message ) : System |
Initializes a new instance of the ShouldException class.
|
|
ShouldException ( string message, Exception innerException ) : System |
Initializes a new instance of the ShouldException class.
|
public ShouldException ( string message ) : System | ||
message | string | A failure message |
return | System |
public ShouldException ( string message, Exception innerException ) : System | ||
message | string | A failure message |
innerException | Exception | The exception that is the cause of the current exception |
return | System |