error class : OriginalExceptionTypeName getter
Description
Gets the type name of the exception that caused the UnknownException.
Syntax
errorInstance.OriginalExceptionTypeName
Arguments
None
Return value
Class | Description |
string | The type name of the exception that caused the UnknownException. |
Sample code
string name = __error.OriginalExceptionTypeName;
Notes
If ErrorTypeName is UnknownException; Type name of .net exception that caused is stored in this getter.
Links for reference
None