Click or drag to resize

RetryLimitExceededException Constructor (String, Exception)

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#
public RetryLimitExceededException(
	string message,
	Exception innerException
)

Parameters

message
Type: SystemString
The message.
innerException
Type: SystemException
The inner exception.
See Also