AddInException(Exception) Constructor
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.