C# Class DevExpress.DataAccess.BigQuery.BigQueryException

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

Méthodes publiques

Méthode 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 méthode

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.
Résultat System.Data.Common

BigQueryException() public méthode

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.
Résultat System.Data.Common