Share via


ExtenderException Class

The exception that is thrown when the HostAdapter could not be obtained through Project.Extender.

Namespace:  Microsoft.VisualStudio.Tools.Applications.DesignTime
Assembly:  Microsoft.VisualStudio.Tools.Applications.DesignTime.v9.0 (in Microsoft.VisualStudio.Tools.Applications.DesignTime.v9.0.dll)

Syntax

'Declaration
<SerializableAttribute> _
Public NotInheritable Class ExtenderException _
    Inherits Exception
'Usage
Dim instance As ExtenderException
[SerializableAttribute]
public sealed class ExtenderException : Exception
[SerializableAttribute]
public ref class ExtenderException sealed : public Exception
public final class ExtenderException extends Exception

Inheritance Hierarchy

System.Object
  System.Exception
    Microsoft.VisualStudio.Tools.Applications.DesignTime.ExtenderException

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.

See Also

Reference

ExtenderException Members

Microsoft.VisualStudio.Tools.Applications.DesignTime Namespace