메소드 | 설명 | |
---|---|---|
ExceptionWithConnectionInfo ( string message, IConnectionDescriptor desc, |
An error occurred doing something with a database.
|
public ExceptionWithConnectionInfo ( string message, IConnectionDescriptor desc, |
||
message | string | What happened. |
desc | IConnectionDescriptor | The connection info will be appended to the message. |
e | Inner exception that caused this one to be thrown. | |
리턴 | System |