MobileServiceODataException Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
Azure SDK for .NET