Share via


InProcessHostException Class

The exception that is thrown when an error occurs while the in-process host is being created.

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 InProcessHostException _
    Inherits Exception
'Usage
Dim instance As InProcessHostException
[SerializableAttribute]
public sealed class InProcessHostException : Exception
[SerializableAttribute]
public ref class InProcessHostException sealed : public Exception
public final class InProcessHostException extends Exception

Inheritance Hierarchy

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

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

InProcessHostException Members

Microsoft.VisualStudio.Tools.Applications.DesignTime Namespace