C# 클래스 PuppeteerSharp.Contrib.Should.ShouldException

Exception thrown when a should assertion fails.
상속: Exception
파일 보기 프로젝트 열기: hlaueriksson/puppeteer-sharp-contrib

공개 메소드들

메소드 설명
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