MFUtilsIsRemoteProcedureCallFailedError Method |
Determines if this error is a Remote procedure call failed error..
Namespace:
MFiles.VAF.Common
Assembly:
MFiles.VAF (in MFiles.VAF.dll) Version: 2.3.623.2
Syntaxpublic static bool IsRemoteProcedureCallFailedError(
Exception ex
)
Public Shared Function IsRemoteProcedureCallFailedError (
ex As Exception
) As Boolean
public:
static bool IsRemoteProcedureCallFailedError(
Exception^ ex
)
Parameters
- ex
- Type: SystemException
The exception to check.
Return Value
Type:
BooleanTrue if the error is a Remote procedure call failed error.
See Also