Click or drag to resize

FriendlyException Class

This exception should be thrown by code methods on errors which should be reported to the user in a friendly way.
Inheritance Hierarchy
SystemObject
  SystemException
    SystemApplicationException
      Omada.OE.ModelAppException
        Omada.OE.ModelFriendlyException

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

The FriendlyException type exposes the following members.

Constructors
  NameDescription
Public methodFriendlyException(String)
Constructor when throwing new root Exception
Protected methodFriendlyException(SerializationInfo, StreamingContext)
Public methodFriendlyException(String, Exception)
Constructor used when re-throwing exception.
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