C# 클래스 ExpectBetter.ExpectationException

상속: ApplicationException
파일 보기 프로젝트 열기: benjamin-bader/ExpectBetter

공개 메소드들

메소드 설명
ExpectationException ( string message ) : System

Creates an instance of the ExpectationException class with the given message.

ExpectationException ( string message, Exception innerException ) : System

Creates an instance of the ExpectationException class with the given message and innerException object.

메소드 상세

ExpectationException() 공개 메소드

Creates an instance of the ExpectationException class with the given message.
public ExpectationException ( string message ) : System
message string
리턴 System

ExpectationException() 공개 메소드

Creates an instance of the ExpectationException class with the given message and innerException object.
public ExpectationException ( string message, Exception innerException ) : System
message string
innerException Exception
리턴 System