MFUtilsIsInvalidComObjectError Method |
Check if this is an invalid com object exception:
=> "COM object that has been separated from its underlying RCW cannot be used."
Namespace:
MFiles.VAF.Common
Assembly:
MFiles.VAF (in MFiles.VAF.dll) Version: 2.3.623.2
Syntaxpublic static bool IsInvalidComObjectError(
Exception ex
)
Public Shared Function IsInvalidComObjectError (
ex As Exception
) As Boolean
public:
static bool IsInvalidComObjectError(
Exception^ ex
)
Parameters
- ex
- Type: SystemException
The exception to check.
Return Value
Type:
BooleanTrue if the exception is an invalid com object exception.
See Also