CachingAssertionFailedException()
Initializes a new instance of the CachingAssertionFailedException class with the default error message.
Declaration
public CachingAssertionFailedException()
CachingAssertionFailedException(string)
Initializes a new instance of the CachingAssertionFailedException class specifying the error message.
Declaration
public CachingAssertionFailedException(string message)
Parameters
Type | Name | Description |
---|---|---|
string | message |
CachingAssertionFailedException(string, Exception)
Initializes a new instance of the CachingAssertionFailedException class specifying the error message and the inner Exception.
Declaration
public CachingAssertionFailedException(string message, Exception inner)
Parameters
Type | Name | Description |
---|---|---|
string | message | |
Exception | inner |