Class RetryException
public class RetryException : Exception, ISerializable
- Inheritance
-
RetryException
- Implements
- Derived
- Inherited Members
Constructors
RetryException(string)
public RetryException(string msg)
Parameters
msg
string
RetryException(string, Exception)
public RetryException(string msg, Exception cause)