ExceptionExt Class

Namespace: Stimulsoft.Report.Helpers

Methods

Method Returns Description
Log static LogStatus  
LogEvent static LogStatus  
LogExpression static LogStatus  
LogSeriesExpression static LogStatus  

Method Details

Log static

Log(exception: Exception, obj: object, message: string): LogStatus

Parameters

  • exception (Exception)
  • obj (object)
  • message (string)

Returns LogStatus


LogEvent static

LogEvent(exception: Exception, compObject: object, eventName: string): LogStatus

Parameters

  • exception (Exception)
  • compObject (object)
  • eventName (string)

Returns LogStatus


LogExpression static

LogExpression(exception: Exception, compObject: object, propertyName: string): LogStatus

Parameters

  • exception (Exception)
  • compObject (object)
  • propertyName (string)

Returns LogStatus


LogSeriesExpression static

LogSeriesExpression(exception: Exception, compObject: object, series: string, propertyName: string): LogStatus

Parameters

  • exception (Exception)
  • compObject (object)
  • series (string)
  • propertyName (string)

Returns LogStatus