mySobek Home   |   Help
Skip Navigation Links.
MISSING BANNER
Code Details >> Tools >> SobekCM_Traced_Exception

SobekCM_Traced_Exception Class



Custom exception which includes the trace router from the current HTTP request, which functions as a mini-trace route/stack trace and can be included in the error email


Namespace: SobekCM.Tools
Assembly: SobekCM_Tools (in SobekCM_Tools.dll) Version: 4.10.0.0 (4.10.0)

Syntax

C#
public class SobekCM_Traced_Exception : ApplicationException

Inheritance Hierarchy

System..::..Object
  System..::..Exception
    System..::..ApplicationException
      SobekCM.Tools..::..SobekCM_Traced_Exception

Constructors

  NameDescription
Public methodSobekCM_Traced_Exception
Constructor for a new instance of the SobekCM_Traced_Exception class

Properties

  NameDescription
Public propertyTrace_Route
Returns the trace route (from the stored tracer object) as text
Public propertyTrace_Route_HTML
Returns the trace route (from the stored tracer object) as html

See Also



Version 4.10.0 ( last generated Monday, March 7, 2016 )