StiDatabaseErrorInfo Class

Namespace: Stimulsoft.Base.Exceptions

Properties

Property Type Description
Category StiDatabaseErrorCategory  
Database string  
ErrorCode string  
Hint string  
IsTransient bool  
Message string  
Object string  
Raw Exception  
Schema string  
Server string  
SqlState string  
Subcategory string  

Methods

Method Returns Description
GetMessage string  
Unknown static StiDatabaseErrorInfo  

Method Details

GetMessage

GetMessage(): string

Returns string


Unknown static

Unknown(ex: Exception, hint: string): StiDatabaseErrorInfo

Parameters

  • ex (Exception)
  • hint (string)

Returns StiDatabaseErrorInfo