Click or drag to resize

RetryLimitExceededException Class

The retry limit exceeded exception.
Inheritance Hierarchy
SystemObject
  SystemException
    Omada.OE.Solution.OIM.Assembly.ExceptionsRetryLimitExceededException

Namespace:  Omada.OE.Solution.OIM.Assembly.Exceptions
Assembly:  Omada.OE.Solution.OIM.Assembly (in Omada.OE.Solution.OIM.Assembly.dll) Version: 15.0.0.0
Syntax
C#
[SerializableAttribute]
public class RetryLimitExceededException : Exception

The RetryLimitExceededException type exposes the following members.

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