Class ThrottlingIntervalNotMetException
Inheritance
ThrottlingIntervalNotMetException
Assembly: DotNetNuke.dll
Syntax
public class ThrottlingIntervalNotMetException : Exception, ISerializable, _Exception
Constructors
ThrottlingIntervalNotMetException()
Declaration
public ThrottlingIntervalNotMetException()
ThrottlingIntervalNotMetException(SerializationInfo, StreamingContext)
Declaration
public ThrottlingIntervalNotMetException(SerializationInfo info, StreamingContext context)
Parameters
ThrottlingIntervalNotMetException(string)
Declaration
public ThrottlingIntervalNotMetException(string message)
Parameters
| Type |
Name |
Description |
| string |
message |
|
ThrottlingIntervalNotMetException(string, Exception)
Declaration
public ThrottlingIntervalNotMetException(string message, Exception inner)
Parameters
Implements
Extension Methods