Method | Description | |
---|---|---|
ContentCircularDependencyException ( string message ) : System |
Constructs a new instance of ContentCircularDependencyException
|
|
ContentCircularDependencyException ( string message, List |
Constructs a new instance of ContentCircularDependencyException
|
Method | Description | |
---|---|---|
GetNames ( List |
public ContentCircularDependencyException ( string message ) : System | ||
message | string | The message describing the exceptional condition |
return | System |
public ContentCircularDependencyException ( string message, List |
||
message | string | The message describing the exceptional condition |
dependents | List |
The list of types being analysed when the exception occurred |
return | System |