Click or drag to resize
RequestException Class
Special exception base class to break normal execution flow to be later caught by corresponding middleware.
Inheritance Hierarchy
SystemObject
  SystemException
    CMS.Helpers.InternalRequestException
      CMS.Helpers.InternalRedirectException

Namespace: CMS.Helpers.Internal
Assembly: CMS.Helpers (in CMS.Helpers.dll) Version: 13.0.131
Syntax
C#
public abstract class RequestException : Exception
Constructors
  NameDescription
Protected methodRequestException(SerializationInfo, StreamingContext)
Initializes a new instance of the RequestException class with serialized data.
Protected methodRequestException(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.
Top
See Also