C# 클래스 DevExpress.DataAccess.BigQuery.BigQueryException

The exception thrown when BigQuery returns a server-side warning or error.
상속: System.Data.Common.DbException
파일 보기 프로젝트 열기: DevExpress/BigQueryProvider

공개 메소드들

메소드 설명
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