C# Class ExpectBetter.ExpectationException

Inheritance: ApplicationException
Exibir arquivo Open project: benjamin-bader/ExpectBetter

Public Methods

Method Description
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.

Method Details

ExpectationException() public method

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

ExpectationException() public method

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
return System