C# Class Felinesoft.UmbracoCodeFirst.Exceptions.ContentCircularDependencyException

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

Méthodes publiques

Méthode Description
ContentCircularDependencyException ( string message ) : System

Constructs a new instance of ContentCircularDependencyException

ContentCircularDependencyException ( string message, List dependents ) : System

Constructs a new instance of ContentCircularDependencyException

Private Methods

Méthode Description
GetNames ( List dependents ) : string

Method Details

ContentCircularDependencyException() public méthode

Constructs a new instance of ContentCircularDependencyException
public ContentCircularDependencyException ( string message ) : System
message string The message describing the exceptional condition
Résultat System

ContentCircularDependencyException() public méthode

Constructs a new instance of ContentCircularDependencyException
public ContentCircularDependencyException ( string message, List dependents ) : System
message string The message describing the exceptional condition
dependents List The list of types being analysed when the exception occurred
Résultat System