C# Class Nate.Fluent.FluentSyntaxException

Inheritance: System.ArgumentException
Afficher le fichier Open project: mmonteleone/nate

Méthodes publiques

Méthode Description
FluentSyntaxException ( ) : System
FluentSyntaxException ( string message ) : System
FluentSyntaxException ( string message, Exception inner ) : System

Method Details

FluentSyntaxException() public méthode

public FluentSyntaxException ( ) : System
Résultat System

FluentSyntaxException() public méthode

public FluentSyntaxException ( string message ) : System
message string
Résultat System

FluentSyntaxException() public méthode

public FluentSyntaxException ( string message, Exception inner ) : System
message string
inner System.Exception
Résultat System