Share via


ODataException Class

Definition

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)

Creates a new instance of the ODataException class with an error message.

ODataException(String, Exception)

Creates a new instance of the ODataException class with an error message and an inner exception.

Applies to