C# Class NFluent.FluentCheckException

Inheritance: System.Exception
显示文件 Open project: tpierrain/NFluent

Public Methods

Method Description
FluentCheckException ( string message ) : System

Initializes a new instance of the FluentCheckException class.

Method Details

FluentCheckException() public method

Initializes a new instance of the FluentCheckException class.
public FluentCheckException ( string message ) : System
message string The message.
return System