MobileServiceODataException Class

Definition

Exception type representing exceptions in parsing of OData queries.

public class MobileServiceODataException : InvalidOperationException
type MobileServiceODataException = class
    inherit InvalidOperationException
Public Class MobileServiceODataException
Inherits InvalidOperationException
Inheritance
MobileServiceODataException

Constructors

MobileServiceODataException()

Creates a new instance of the Microsoft.WindowsAzure.MobileService.MobileServiceODataException class.

MobileServiceODataException(String, Int32)

Creates a new instance of the Microsoft.WindowsAzure.MobileService.MobileServiceODataException class with an error message.

MobileServiceODataException(String, Int32, Exception)

Creates a new instance of the Microsoft.WindowsAzure.MobileService.MobileServiceODataException class with an error message and an inner exception.

Properties

ErrorPosition

The position in string where error exists

Applies to