C# Class NFluent.ApiChecks.ExceptionChecks

This class hosts extensions methods related to exception related checks for APIs/lib.
显示文件 Open project: tpierrain/NFluent

Public Methods

Method Description
AndWhichMessage ( this check ) : ICheck

Provides access to the error message of the exception.

Method Details

AndWhichMessage() public static method

Provides access to the error message of the exception.
public static AndWhichMessage ( this check ) : ICheck
check this
return ICheck