C# Class Felinesoft.UmbracoCodeFirst.Exceptions.ContentCircularDependencyException

Inheritance: ContentDependencyException
Datei anzeigen Open project: DanMannMann/UmbracoCodeFirst

Public Methods

Method 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

Method Description
GetNames ( List dependents ) : string

Method Details

ContentCircularDependencyException() public method

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

ContentCircularDependencyException() public method

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
return System