C# Class PuppeteerSharp.Contrib.Should.ShouldException

Exception thrown when a should assertion fails.
Inheritance: Exception
Afficher le fichier Open project: hlaueriksson/puppeteer-sharp-contrib

Méthodes publiques

Méthode 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 méthode

Initializes a new instance of the ShouldException class.
public ShouldException ( ) : System
Résultat System

ShouldException() public méthode

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

ShouldException() public méthode

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
Résultat System