Delen via


ODataContentTypeException Class

Definition

Exception type representing exception when Content-Type of a message is not supported.

public class ODataContentTypeException : Microsoft.OData.ODataException
type ODataContentTypeException = class
    inherit ODataException
Public Class ODataContentTypeException
Inherits ODataException
Inheritance
ODataContentTypeException

Constructors

ODataContentTypeException()

Creates a new instance of the ODataContentTypeException class.

ODataContentTypeException(String)

Creates a new instance of the ODataContentTypeException class.

ODataContentTypeException(String, Exception)

Creates a new instance of the ODataContentTypeException class.

Applies to