Method | Description | |
---|---|---|
QueryException ( |
Initializes a new instance of the QueryException class.
|
|
QueryException ( string message ) : System |
Initializes a new instance of the QueryException class.
|
|
QueryException ( string message, |
Initializes a new instance of the QueryException class.
|
|
QueryException ( string message, string queryString ) : System |
Initializes a new instance of the QueryException class.
|
Method | Description | |
---|---|---|
QueryException ( ) : System | ||
QueryException ( |
Initializes a new instance of the QueryException class with serialized data.
|
Method | Description | |
---|---|---|
GetObjectData ( |
public QueryException ( |
||
innerException | /// The exception that is the cause of the current exception. If the innerException parameter /// is not a null reference, the current exception is raised in a catch block that handles /// the inner exception. /// | |
return | System |
protected QueryException ( |
||
info |
/// The |
|
context |
/// The |
|
return | System |
public QueryException ( string message ) : System | ||
message | string | The message that describes the error. |
return | System |
public QueryException ( string message, |
||
message | string | The message that describes the error. |
innerException | /// The exception that is the cause of the current exception. If the innerException parameter /// is not a null reference, the current exception is raised in a catch block that handles /// the inner exception. /// | |
return | System |
public QueryException ( string message, string queryString ) : System | ||
message | string | The message that describes the error. |
queryString | string | The query that contains the error. |
return | System |