Method | Description | |
---|---|---|
BigQueryException ( string message ) : System.Data.Common |
Initializes a new instance of the BigQueryExcpetion class with the specified message.
|
|
BigQueryException ( string message, Google.GoogleApiException innerException ) : System.Data.Common |
Initializes a new instance of the BigQueryExcpetion class with the specified settings.
|
public BigQueryException ( string message ) : System.Data.Common | ||
message | string | The message describing the current exception. |
return | System.Data.Common |
public BigQueryException ( string message, Google.GoogleApiException innerException ) : System.Data.Common | ||
message | string | The message describing the current exception. |
innerException | Google.GoogleApiException | A GoogleApiException object representing. |
return | System.Data.Common |