C# Class Microsoft.WindowsAzure.Samples.Data.Services.Client.DataServiceQueryException

Inheritance: System.InvalidOperationException
Show file Open project: WindowsAzure-Toolkits/wa-toolkit-wp-nugets

Public Methods

Method Description
DataServiceQueryException ( ) : System
DataServiceQueryException ( string message ) : System
DataServiceQueryException ( string message, Exception innerException ) : System
DataServiceQueryException ( string message, Exception innerException, QueryOperationResponse response ) : System

Method Details

DataServiceQueryException() public method

public DataServiceQueryException ( ) : System
return System

DataServiceQueryException() public method

public DataServiceQueryException ( string message ) : System
message string
return System

DataServiceQueryException() public method

public DataServiceQueryException ( string message, Exception innerException ) : System
message string
innerException System.Exception
return System

DataServiceQueryException() public method

public DataServiceQueryException ( string message, Exception innerException, QueryOperationResponse response ) : System
message string
innerException System.Exception
response QueryOperationResponse
return System