C# 클래스 Felinesoft.UmbracoCodeFirst.Exceptions.ContentCircularDependencyException

상속: ContentDependencyException
파일 보기 프로젝트 열기: DanMannMann/UmbracoCodeFirst

공개 메소드들

메소드 설명
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