C# Class Felinesoft.UmbracoCodeFirst.Exceptions.CodeFirstException

Inheritance: System.Exception
Afficher le fichier Open project: DanMannMann/UmbracoCodeFirst

Méthodes publiques

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

Method Details

CodeFirstException() public méthode

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

CodeFirstException() public méthode

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