C# Класс Felinesoft.UmbracoCodeFirst.Exceptions.ContentCircularDependencyException

Наследование: ContentDependencyException
Показать файл Открыть проект

Открытые методы

Метод Описание
ContentCircularDependencyException ( string message ) : System

Constructs a new instance of ContentCircularDependencyException

ContentCircularDependencyException ( string message, List dependents ) : System

Constructs a new instance of ContentCircularDependencyException

Приватные методы

Метод Описание
GetNames ( List dependents ) : string

Описание методов

ContentCircularDependencyException() публичный Метод

Constructs a new instance of ContentCircularDependencyException
public ContentCircularDependencyException ( string message ) : System
message string The message describing the exceptional condition
Результат System

ContentCircularDependencyException() публичный Метод

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
Результат System