C# Класс DevExpress.DataAccess.BigQuery.BigQueryException

The exception thrown when BigQuery returns a server-side warning or error.
Наследование: System.Data.Common.DbException
Показать файл Открыть проект

Открытые методы

Метод Описание
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.

Описание методов

BigQueryException() публичный Метод

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.
Результат System.Data.Common

BigQueryException() публичный Метод

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.
Результат System.Data.Common