Click or drag to resize

ErrorThresholdExceededException Class

Exception thrown when a specified error threshold is exceeded while performing a long running operation.
Inheritance Hierarchy
SystemObject
  SystemException
    Omada.OE.ModelErrorThresholdExceededException

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

The ErrorThresholdExceededException type exposes the following members.

Constructors
  NameDescription
Public methodErrorThresholdExceededException
Initializes a new instance of the ErrorThresholdExceededException class.
Public methodErrorThresholdExceededException(String)
Initializes a new instance of the ErrorThresholdExceededException class.
Protected methodErrorThresholdExceededException(SerializationInfo, StreamingContext)
Initializes a new instance of the ErrorThresholdExceededException class.
Public methodErrorThresholdExceededException(String, Exception)
Initializes a new instance of the ErrorThresholdExceededException class.
Public methodErrorThresholdExceededException(String, Object)
Initializes a new instance of the ErrorThresholdExceededException 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