ODataException 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 the OData library.
public class ODataException : InvalidOperationException
type ODataException = class
inherit InvalidOperationException
Public Class ODataException
Inherits InvalidOperationException
- Inheritance
-
ODataException
- Derived
Constructors
ODataException() |
Creates a new instance of the ODataException class with default values. |
ODataException(String, Exception) |
Creates a new instance of the ODataException class with an error message and an inner exception. |
ODataException(String) |
Creates a new instance of the ODataException class with an error message. |