ErrorHandler::IsRejectedRpcCall Method (Int32)

 

Determines whether the parameter is a failure HRESULT that indicates a failed RPC call that may succeed if retried at a later time.

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

public:
static bool IsRejectedRpcCall(
	int hr
)

Parameters

hr
Type: System::Int32

The HRESULT.

Return Value

Type: System::Boolean

Return to top
Show: