Click or drag to resize
ApocException Class
This exception is thrown by Apoc when an error occurs.
Inheritance Hierarchy
SystemObject
  SystemException
    SystemApplicationException
      Kettic.AspNet.Controls.Toolkit.ApocApocException

Namespace: Kettic.AspNet.Controls.Toolkit.Apoc
Assembly: Kettic.AspNet.Controls (in Kettic.AspNet.Controls.dll) Version: 2014.4.1129.0 (2014.04.1129.0)
Syntax
public class ApocException : ApplicationException
Constructors
  NameDescription
Public methodApocException(Exception)
Initialises a new instance of the ApocException class.
Public methodApocException(String)
Initialises a new instance of the ApocException class.
Public methodApocException(String, Exception)
Initialises a new instance of the ApocException class.
Top
See Also