ODataContentTypeException Constructor
Creates a new instance of the ODataContentTypeException class.
Namespace: Microsoft.Data.OData
Assembly: Microsoft.Data.OData (in Microsoft.Data.OData.dll)
Syntax
'Declaration
Public Sub New
'Usage
Dim instance As New ODataContentTypeException()
public ODataContentTypeException()
public:
ODataContentTypeException()
new : unit -> ODataContentTypeException
public function ODataContentTypeException()
Remarks
The Message property is initialized to a system-supplied message that describes the error. This message takes into account the current system culture.
See Also
Reference
ODataContentTypeException Class