AddInException Class (2007 System)
The exception that is thrown when an exception is passed between an add-in and the host application.
Namespace: Microsoft.VisualStudio.Tools.Applications.Runtime
Assembly: Microsoft.VisualStudio.Tools.Applications.Runtime.v9.0 (in Microsoft.VisualStudio.Tools.Applications.Runtime.v9.0.dll)
Syntax
'Declaration
<SerializableAttribute> _
Public NotInheritable Class AddInException _
Inherits Exception _
Implements ISerializable
'Usage
Dim instance As AddInException
[SerializableAttribute]
public sealed class AddInException : Exception,
ISerializable
[SerializableAttribute]
public ref class AddInException sealed : public Exception,
ISerializable
public final class AddInException extends Exception implements ISerializable
Remarks
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.
Inheritance Hierarchy
System.Object
System.Exception
Microsoft.VisualStudio.Tools.Applications.Runtime.AddInException
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.