StiServerException Class

Namespace: Stimulsoft.Base

This class describes base class of Stimulsoft Server exceptions.

Inheritance

Inherits from: Exception

Constructors

Constructor Description
StiServerException(Exception innerException)  
StiServerException(string message, Exception innerException)  
StiServerException(StiNoticeIdent noticeIdent, Exception innerException)  
StiServerException(StiNotice notice, Exception innerException)  

StiServerException(innerException: Exception)

Parameters

  • innerException (Exception)

StiServerException(message: string, innerException: Exception)

Parameters

  • message (string)
  • innerException (Exception)

StiServerException(noticeIdent: StiNoticeIdent, innerException: Exception)

Parameters


StiServerException(notice: StiNotice, innerException: Exception)

Parameters

  • notice (StiNotice)
  • innerException (Exception)

Properties

Property Type Description
Notice StiNotice