ExceptionUtils Methods | 
The ExceptionUtils type exposes the following members.
| Name | Description | |
|---|---|---|
| GetInnerExceptionOfType | 
            Searches the stack of inner exceptions for a certain inherited exception class 
            including the provided exception
              | |
| IsOrContains | 
            Returns true if an exception is of a certain inherited exception class or if the exception contains
            an inner exception (on any level) that is of the certain inherited exception class.
              | 
| Name | Description | |
|---|---|---|
| ToBool | 
            Converts object to boolean.
              (Defined by ObjectExtensions.) | |
| ToDateTime | 
            Converts object to DateTime.
              (Defined by ObjectExtensions.) | |
| ToInt | 
            Converts object to integer.
              (Defined by ObjectExtensions.) |