Thrown by the container in case of a diagnostic error.
Inheritance Hierarchy
SystemException
SimpleInjectorDiagnosticVerificationException
Namespace: SimpleInjector
Assembly: SimpleInjector (in SimpleInjector.dll) Version: 5.3.0
Syntax
The DiagnosticVerificationException type exposes the following members.
Constructors
Name | Description | |
---|---|---|
DiagnosticVerificationException |
Initializes a new instance of the DiagnosticVerificationException class.
| |
DiagnosticVerificationException(String) |
Initializes a new instance of the DiagnosticVerificationException class with a specified error
message.
| |
DiagnosticVerificationException(IListDiagnosticResult) |
Initializes a new instance of the DiagnosticVerificationException class with a specified error
message.
| |
DiagnosticVerificationException(SerializationInfo, StreamingContext) |
Initializes a new instance of the DiagnosticVerificationException class with serialized data.
| |
DiagnosticVerificationException(String, Exception) |
Initializes a new instance of the DiagnosticVerificationException class with a specified error
message and a reference to the inner exception that is the cause of this exception.
|
Properties
Name | Description | |
---|---|---|
Errors | Gets the list of DiagnosticResult instances. |
See Also