Share via


AddInException Constructor

Initializes a new instance of the AddInException class with a reference to the inner exception that is the cause of this exception.

Namespace:  Microsoft.VisualStudio.Tools.Applications.Runtime
Assembly:  Microsoft.VisualStudio.Tools.Applications.Runtime (in Microsoft.VisualStudio.Tools.Applications.Runtime.dll)

Syntax

'Declaration
Public Sub New ( _
    innerException As Exception _
)
public AddInException(
    Exception innerException
)

Parameters

  • innerException
    Type: System.Exception
    The Exception that is the cause of the current exception, or nulla null reference (Nothing in Visual Basic) if no inner exception is specified.

.NET Framework Security

See Also

Reference

AddInException Class

Microsoft.VisualStudio.Tools.Applications.Runtime Namespace