class TDS::Exception

Defined in:

tds/exception.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(severity : Int32 = 0, dberr : Int32 = 0, oserr = 0, dberrstr = Pointer(UInt8).null, oserrstr = Pointer(UInt8).null) #

[View source]

Instance Method Detail

def dberr : Int32 #

[View source]
def dberrstr : String | Nil #

[View source]
def oserrstr : String | Nil #

[View source]
def severity : Int32 #

[View source]