| RetryLimitExceededException Constructor (SerializationInfo, StreamingContext) |
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
Syntaxprotected RetryLimitExceededException(
SerializationInfo info,
StreamingContext ctxt
)
Parameters
- info
- Type: System.Runtime.SerializationSerializationInfo
The info.
- ctxt
- Type: System.Runtime.SerializationStreamingContext
The ctxt.
ExceptionsException | Condition |
---|
ArgumentNullException | info is . |
SerializationException | The class name is or HResult is zero (0). |
See Also