Click or drag to resize

DependencyException Class

The DependencyException is thrown when the required dependency cannot be created by the service provider
Inheritance Hierarchy
SystemObject
  SystemException
    SystemApplicationException
      Omada.OE.ModelAppException
        Omada.OE.ModelDependencyException

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

The DependencyException type exposes the following members.

Constructors
  NameDescription
Public methodDependencyException(String)
Initializes a new instance of the DependencyException class with a specified error message.
Public methodDependencyException(Type)
Initializes a new instance of the DependencyException class with the specified missing type.
Protected methodDependencyException(SerializationInfo, StreamingContext)
Initializes a new instance of the DependencyException class with serialized data.
Public methodDependencyException(String, Exception)
Initializes a new instance of the DependencyException class with a specified error message and a reference to the inner exception that is the cause of this 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