Method | Description | |
---|---|---|
DbException ( ) : System | ||
DbException ( string message ) : System | ||
DbException ( string message, |
||
DbException ( string message, int errorCode ) : System |
public DbException ( string message ) : System | ||
message | string | |
return | System |
public DbException ( string message, |
||
message | string | |
innerException | ||
return | System |
public DbException ( string message, int errorCode ) : System | ||
message | string | |
errorCode | int | |
return | System |