| RequestException Class | 
 Inheritance Hierarchy
Inheritance HierarchyNamespace: CMS.Helpers.Internal
 Syntax
Syntaxpublic abstract class RequestException : Exception
 Constructors
Constructors| Name | Description | |
|---|---|---|
|  | RequestException(SerializationInfo, StreamingContext) | 
            Initializes a new instance of the RequestException class with serialized data.
             | 
|  | RequestException(String, Exception) | 
            Initializes a new instance of the RequestException class with a specified error
            message and a reference to the inner exception that is the cause of this exception.
             | 
 See Also
See Also