Click or drag to resize

ExceptionUtils Class

Inheritance Hierarchy
SystemObject
  Omada.OE.ModelExceptionUtils

Namespace:  Omada.OE.Model
Assembly:  Omada.OE.Model (in Omada.OE.Model.dll) Version: 15.0.0.0
Syntax
C#
public class ExceptionUtils

The ExceptionUtils type exposes the following members.

Constructors
  NameDescription
Public methodExceptionUtils
Top
Methods
  NameDescription
Public methodStatic memberGetInnerExceptionOfType
Searches the stack of inner exceptions for a certain inherited exception class including the provided exception
Public methodStatic memberIsOrContains
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.
Top
Extension Methods
  NameDescription
Public Extension MethodToBool
Converts object to boolean.
(Defined by ObjectExtensions.)
Public Extension MethodToDateTime
Converts object to DateTime.
(Defined by ObjectExtensions.)
Public Extension MethodToInt
Converts object to integer.
(Defined by ObjectExtensions.)
Top
See Also