AddInException(Exception) Konstruktor
Definition
Initialisiert eine neue Instanz der AddInException-Klasse mit einem Verweis auf die innere Ausnahme, die die Ausnahme ausgelöst hat.Initializes a new instance of the AddInException class with a reference to the inner exception that is the cause of this exception.
public AddInException (Exception innerException);
Parameter
- innerException
- Exception
Die Exception, die die aktuelle Ausnahme verursacht hat, oder null
, wenn keine innere Ausnahme angegeben ist.The Exception that is the cause of the current exception, or null
if no inner exception is specified.