Method | Description | |
---|---|---|
DependencyResolverException ( |
Initializes a new instance of the DependencyResolverException class.
|
|
DependencyResolverException ( string message ) : System |
Initializes a new instance of the DependencyResolverException class.
|
|
DependencyResolverException ( string message, |
Initializes a new instance of the DependencyResolverException class.
|
public DependencyResolverException ( |
||
info | The object that holds the serialized object data. | |
context | The contextual information about the source or destination. | |
return | System |
public DependencyResolverException ( string message ) : System | ||
message | string | The message. |
return | System |
public DependencyResolverException ( string message, |
||
message | string | The message. |
innerException | The inner exception. | |
return | System |