Метод | Описание | |
---|---|---|
UnsatisfiedDependencyException ( ) : System |
Creates a new instance of the UnsatisfiedDependencyException class.
|
|
UnsatisfiedDependencyException ( string message ) : System |
Creates a new instance of the UnsatisfiedDependencyException class.
|
|
UnsatisfiedDependencyException ( string message, |
Creates a new instance of the UnsatisfiedDependencyException class.
|
|
UnsatisfiedDependencyException ( string resourceDescription, string name, int argumentIndex, |
Creates a new instance of the UnsatisfiedDependencyException class.
|
|
UnsatisfiedDependencyException ( string resourceDescription, string name, string propertyName, string message ) : System |
Creates a new instance of the UnsatisfiedDependencyException class.
|
Метод | Описание | |
---|---|---|
UnsatisfiedDependencyException ( |
Creates a new instance of the UnsatisfiedDependencyException class.
|
public UnsatisfiedDependencyException ( ) : System | ||
Результат | System |
protected UnsatisfiedDependencyException ( |
||
info |
/// The |
|
context |
/// The |
|
Результат | System |
public UnsatisfiedDependencyException ( string message ) : System | ||
message | string | /// A message about the exception. /// |
Результат | System |
public UnsatisfiedDependencyException ( string message, |
||
message | string | /// A message about the exception. /// |
rootCause | /// The root exception that is being wrapped. /// | |
Результат | System |
public UnsatisfiedDependencyException ( string resourceDescription, string name, int argumentIndex, |
||
resourceDescription | string | /// The description of the resource associated with the object. /// |
name | string | /// The name of the object that has the unsatisfied dependency. /// |
argumentIndex | int | /// The constructor argument index at which the dependency is /// unsatisfied. /// |
argumentType |
/// The |
|
message | string | /// A message about the exception. /// |
Результат | System |
public UnsatisfiedDependencyException ( string resourceDescription, string name, string propertyName, string message ) : System | ||
resourceDescription | string | /// The description of the resource associated with the object. /// |
name | string | /// The name of the object that has the unsatisfied dependency. /// |
propertyName | string | /// The name identifying the property on which the dependency is /// unsatisfied. /// |
message | string | /// A message about the exception. /// |
Результат | System |