DiagnosticVerificationException Class

Simple Injector
Thrown by the container in case of a diagnostic error.
Inheritance Hierarchy

SystemObject
  SystemException
    SimpleInjectorDiagnosticVerificationException

Namespace:  SimpleInjector
Assembly:  SimpleInjector (in SimpleInjector.dll) Version: 5.3.0
Syntax

[SerializableAttribute]
public class DiagnosticVerificationException : Exception

The DiagnosticVerificationException type exposes the following members.

Constructors

  NameDescription
Public methodDiagnosticVerificationException
Initializes a new instance of the DiagnosticVerificationException class.
Public methodDiagnosticVerificationException(String)
Initializes a new instance of the DiagnosticVerificationException class with a specified error message.
Public methodDiagnosticVerificationException(IListDiagnosticResult)
Initializes a new instance of the DiagnosticVerificationException class with a specified error message.
Protected methodDiagnosticVerificationException(SerializationInfo, StreamingContext)
Initializes a new instance of the DiagnosticVerificationException class with serialized data.
Public methodDiagnosticVerificationException(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.
Top
Properties

  NameDescription
Public propertyErrors
Gets the list of DiagnosticResult instances.
Top
See Also

Reference