Click or drag to resize
RequestQueueOverflowException Constructor
Overload List
  NameDescription
Public methodRequestQueueOverflowException
Construct the exception without a description.
Public methodRequestQueueOverflowException(String)
Construct the exception with the description.
Protected methodRequestQueueOverflowException(SerializationInfo, StreamingContext)
Initializes a new instance of the RequestQueueOverflowException class with serialized data.
Public methodRequestQueueOverflowException(String, Exception)
Construct the exception with the description and the cause exception.
Top
See Also