AddInException Class
The exception that is thrown when an exception is passed between an add-in and the host application.
Assembly: Microsoft.VisualStudio.Tools.Applications.Runtime (in Microsoft.VisualStudio.Tools.Applications.Runtime.dll)
| Name | Description | |
|---|---|---|
![]() | AddInException(Exception^) | Initializes a new instance of the AddInException class with a reference to the inner exception that is the cause of this exception. |
| Name | Description | |
|---|---|---|
![]() | Equals(Object^) | (Inherited from Object.) |
![]() | GetBaseException() | (Inherited from Exception.) |
![]() | GetHashCode() | (Inherited from Object.) |
![]() | GetObjectData(SerializationInfo^, StreamingContext) | (Inherited from Exception.) |
![]() | GetType() | (Inherited from Exception.) |
![]() | ToString() | (Inherited from Exception.) |
| Name | Description | |
|---|---|---|
![]() ![]() | ISerializable::GetObjectData(SerializationInfo^, StreamingContext) | This API supports the product infrastructure and is not intended to be used directly from your code. Adds information about the exception to the specified SerializationInfo. |
If a proxy exception has not been mapped for the original exception, the Message property of an AddInException contains the fully qualified type name of the original exception, followed by the fully qualified type names of each of the inner exceptions, and finally the text returned by the ToString method of the original exception. Otherwise, if a proxy exception has been mapped for the original exception, the proxy exception is thrown.
Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.



