C# Класс PuppeteerSharp.Contrib.Should.ShouldException

Exception thrown when a should assertion fails.
Наследование: Exception
Показать файл Открыть проект

Открытые методы

Метод Описание
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.

Описание методов

ShouldException() публичный Метод

Initializes a new instance of the ShouldException class.
public ShouldException ( ) : System
Результат System

ShouldException() публичный Метод

Initializes a new instance of the ShouldException class.
public ShouldException ( string message ) : System
message string A failure message
Результат System

ShouldException() публичный Метод

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
Результат System