메소드 | 설명 | |
---|---|---|
UnableToProcessSqlResultsException ( IConnectionDescriptor desc, string sql, IEnumerable sqlParams, |
Error while processing SQL results.
|
|
UnableToProcessSqlResultsException ( string message, IConnectionDescriptor desc, string sql, IEnumerable sqlParams, |
Error while processing SQL results.
|
public UnableToProcessSqlResultsException ( IConnectionDescriptor desc, string sql, IEnumerable sqlParams, |
||
desc | IConnectionDescriptor | Connection descriptor we connected with. |
sql | string | SQL statement we were executed. |
sqlParams | IEnumerable | Parameters for the sql statement (may be null). |
e | Exception that was thrown by the delegate. | |
리턴 | System |
public UnableToProcessSqlResultsException ( string message, IConnectionDescriptor desc, string sql, IEnumerable sqlParams, |
||
message | string | Start of the message, if you don't want to use the default. |
desc | IConnectionDescriptor | Connection descriptor we connected with. |
sql | string | SQL statement we executed. |
sqlParams | IEnumerable | Parameters for the sql statement (may be null). |
e | Exception that was thrown by the delegate. | |
리턴 | System |