Share via


ODataErrorException Constructor

Creates a new instance of the ODataErrorException 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 ODataErrorException()
public ODataErrorException()
public:
ODataErrorException()
new : unit -> ODataErrorException
public function ODataErrorException()

Remarks

The Message property is initialized to a system-supplied message that describes the error. This message takes into account the current system culture. The Error property will be initialized with an empty ODataError instance.

See Also

Reference

ODataErrorException Class

ODataErrorException Overload

Microsoft.Data.OData Namespace