Method | Description | |
---|---|---|
QueryConstructionException ( ) : System |
New query construction exception.
|
|
QueryConstructionException ( string message ) : System |
New query construction exception.
|
|
QueryConstructionException ( string message, |
New query construction exception.
|
public QueryConstructionException ( ) : System | ||
return | System |
public QueryConstructionException ( string message ) : System | ||
message | string | The detail message. |
return | System |
public QueryConstructionException ( string message, |
||
message | string | The detail message. |
inner | The cause of the exception. | |
return | System |