Click or drag to resize

RetryLimitExceededException Constructor (SerializationInfo, StreamingContext)

Initializes a new instance of the RetryLimitExceededException class.

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#
protected RetryLimitExceededException(
	SerializationInfo info,
	StreamingContext ctxt
)

Parameters

info
Type: System.Runtime.SerializationSerializationInfo
The info.
ctxt
Type: System.Runtime.SerializationStreamingContext
The ctxt.
Exceptions
ExceptionCondition
ArgumentNullExceptioninfo is .
SerializationExceptionThe class name is or HResult is zero (0).
See Also