Share via


ODataErrorException Constructor

Include Protected Members
Include Inherited Members

Creates a new instance of the ODataErrorException class.

This member is overloaded. For complete information about this member, including syntax, usage, and examples, click a name in the overload list.

Overload List

  Name Description
Public method ODataErrorException() Creates a new instance of the ODataErrorException class with default values.
Public method ODataErrorException(String) Creates a new instance of the ODataErrorException class with an error message.
Public method ODataErrorException(ODataError) Creates a new instance of the ODataErrorException class with an ODataError object.
Public method ODataErrorException(String, ODataError) Creates a new instance of the ODataErrorException class with an error message and an ODataError object.
Public method ODataErrorException(String, Exception) Creates a new instance of the ODataErrorException class with an error message and an inner exception.
Public method ODataErrorException(String, Exception, ODataError) Creates a new instance of the ODataErrorException class with an error message, an inner exception, and an ODataError object.

Top

See Also

Reference

ODataErrorException Class

Microsoft.Data.OData Namespace