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