ThrottleException Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Custom throttling exception.
public class ThrottleException : Exception
type ThrottleException = class
inherit Exception
Public Class ThrottleException
Inherits Exception
- Inheritance
-
ThrottleException
Constructors
ThrottleException() |
Initializes a new instance of the ThrottleException class. |
ThrottleException(String, Exception) |
Initializes a new instance of the ThrottleException class with an exception message and inner exception. |
ThrottleException(String) |
Initializes a new instance of the ThrottleException class with an exception message. |
Properties
RetryParams |
Gets or sets the property that defines the retrying behavior. |