Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Returns basic exception message from the CLRError exception.
Syntax
client server public static str getBasicExceptionMessage(CLRObject _ex)
Run On
Called
Parameters
- _ex
Type: CLRObject Class
A System.Exception object, which can contain InnerException messages.
Return Value
Type: str
The basic exception message.
Remarks
This method drills down through the TargetInvocationExceptions class and returns the first message in the hierarchy that is not a TargetInvocationException message.