C# Class Felinesoft.UmbracoCodeFirst.Exceptions.CodeFirstPassiveInitialisationException

Inheritance: CodeFirstException
Afficher le fichier Open project: DanMannMann/UmbracoCodeFirst

Méthodes publiques

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

Method Details

CodeFirstPassiveInitialisationException() public méthode

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

CodeFirstPassiveInitialisationException() public méthode

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