C# Class DevExpress.DataAccess.BigQuery.BigQueryException

The exception thrown when BigQuery returns a server-side warning or error.
Inheritance: System.Data.Common.DbException
Mostrar archivo Open project: DevExpress/BigQueryProvider

Public Methods

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.

Method Details

BigQueryException() public method

Initializes a new instance of the BigQueryExcpetion class with the specified message.
public BigQueryException ( string message ) : System.Data.Common
message string The message describing the current exception.
return System.Data.Common

BigQueryException() public method

Initializes a new instance of the BigQueryExcpetion class with the specified settings.
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