ServiceUnavailableException Constructor (Type^)

 

Instantiates a new instance of ServiceUnavailableException for the specified type of service,

Namespace:   Microsoft.VisualStudio.Shell
Assembly:  Microsoft.VisualStudio.Shell.14.0 (in Microsoft.VisualStudio.Shell.14.0.dll)

public:
ServiceUnavailableException(
	Type^ serviceType
)

Parameters

serviceType
Type: System::Type^

The service type.

Return to top
Show: