MFUtilsIsRemoteProcedureCallFailedError Method

Determines if this error is a Remote procedure call failed error..

Definition

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

Parameters

ex  Exception
The exception to check.

Return Value

Boolean
True if the error is a Remote procedure call failed error.

See Also