Method | Description | |
---|---|---|
CircularDependencyException ( ) : System |
Initializes a new instance of the CircularDependencyException class.
|
|
CircularDependencyException ( string message ) : System |
Initializes a new instance of the CircularDependencyException class.
|
|
CircularDependencyException ( string message, |
Initializes a new instance of the CircularDependencyException class.
|
Method | Description | |
---|---|---|
CircularDependencyException ( |
Initializes a new instance of the CircularDependencyException class.
|
public CircularDependencyException ( ) : System | ||
return | System |
protected CircularDependencyException ( |
||
info | The |
|
context | The |
|
return | System |
public CircularDependencyException ( string message ) : System | ||
message | string | The message. |
return | System |
public CircularDependencyException ( string message, |
||
message | string | The message. |
innerException | The inner exception. | |
return | System |