AddInException(Exception) Constructor

Definition

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);
public AddInException (Exception innerException);
new Microsoft.VisualStudio.Tools.Applications.Runtime.AddInException : Exception -> Microsoft.VisualStudio.Tools.Applications.Runtime.AddInException
Public Sub New (innerException As Exception)

Parameters

innerException
Exception

The Exception that is the cause of the current exception, or null if no inner exception is specified.

Applies to