C# Class PuppeteerSharp.Contrib.Should.ShouldException

Exception thrown when a should assertion fails.
Inheritance: Exception
Exibir arquivo Open project: hlaueriksson/puppeteer-sharp-contrib

Public Methods

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.

Method Details

ShouldException() public method

Initializes a new instance of the ShouldException class.
public ShouldException ( ) : System
return System

ShouldException() public method

Initializes a new instance of the ShouldException class.
public ShouldException ( string message ) : System
message string A failure message
return System

ShouldException() public method

Initializes a new instance of the ShouldException class.
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