Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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
Microsoft.VisualStudio.Tools.Applications.DesignTime Namespace