C# Class Nate.Fluent.FluentSyntaxException

Inheritance: System.ArgumentException
Show file Open project: mmonteleone/nate

Public Methods

Method Description
FluentSyntaxException ( ) : System
FluentSyntaxException ( string message ) : System
FluentSyntaxException ( string message, Exception inner ) : System

Method Details

FluentSyntaxException() public method

public FluentSyntaxException ( ) : System
return System

FluentSyntaxException() public method

public FluentSyntaxException ( string message ) : System
message string
return System

FluentSyntaxException() public method

public FluentSyntaxException ( string message, Exception inner ) : System
message string
inner System.Exception
return System