Freigeben über


SQLServerException Constructor (com.microsoft.sqlserver.jdbc.IOBuffer, java.lang.String, java.lang.String, int, boolean)

Initializes a new instance of the SQLServerException class.

public SQLServerException(com.microsoft.sqlserver.jdbc.IOBuffer io,
                          java.lang.String errText,
                          java.lang.String errState,
                          int errNum,
                          boolean bStack)

Parameter

io

The io buffer that generated the exception.

errText

A String that contains the exception message.

errState

A String that contains the exception state.

errNum

An int that contains the error number.

bStack

true to generate the stack trace. Otherwise, false.

Siehe auch

Verweis

SQLServerException Class

Konzepte

SQLServerException Constructors
SQLServerException Members