Click or drag to resize

CodeMethodException Class

The CodeMethodException is thrown when an executed code method fails and the codemethod action specifies HaltOnError=true.
Inheritance Hierarchy
SystemObject
  SystemException
    SystemApplicationException
      Omada.OE.ModelAppException
        Omada.OE.ModelCodeMethodException

Namespace:  Omada.OE.Model
Assembly:  Omada.OE.Model (in Omada.OE.Model.dll) Version: 15.0.0.0
Syntax
C#
[SerializableAttribute]
public class CodeMethodException : AppException

The CodeMethodException type exposes the following members.

Constructors
Fields
  NameDescription
Public fieldFriendlyError
Friendly errors are displayed in a dialog box appearing as an expected situation. Unfriendly errors fall through to Error.aspx.
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