메소드 | 설명 | |
---|---|---|
UnableToConnectException ( IConnectionDescriptor desc, int numTimes, |
Unable to establish a database connection.
|
public UnableToConnectException ( IConnectionDescriptor desc, int numTimes, |
||
desc | IConnectionDescriptor | Connection descriptor we were using to try to connect. |
numTimes | int | How many times in a row have we failed to connect, if /// known. This is used in the message only if it is greater /// than 1. |
e | Exception that was thrown by the database driver. | |
리턴 | System |