ServiceUnavailableException Constructor (Type^, Exception^)

 

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

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

public:
ServiceUnavailableException(
	Type^ serviceType,
	Exception^ innerException
)

Parameters

serviceType
Type: System::Type^

The service type.

innerException
Type: System::Exception^

The inner exception.

Return to top
Show: