MFUtilsIsRpcServerUnavailableError Method

Determines if this error is a RPC Server Unavailable error.

Definition

Namespace: MFiles.VAF.Common
Assembly: MFiles.VAF (in MFiles.VAF.dll) Version: 24.1.706.1
C#
public static bool IsRpcServerUnavailableError(
	Exception ex
)

Parameters

ex  Exception
The exception to check.

Return Value

Boolean
True if the error is a RPC Server Unavailable error.

See Also