Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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 | |
---|---|---|
![]() |
ODataErrorException() | Creates a new instance of the ODataErrorException class with default values. |
![]() |
ODataErrorException(String) | Creates a new instance of the ODataErrorException class with an error message. |
![]() |
ODataErrorException(ODataError) | Creates a new instance of the ODataErrorException class with an ODataError object. |
![]() |
ODataErrorException(String, ODataError) | Creates a new instance of the ODataErrorException class with an error message and an ODataError object. |
![]() |
ODataErrorException(String, Exception) | Creates a new instance of the ODataErrorException class with an error message and an inner exception. |
![]() |
ODataErrorException(String, Exception, ODataError) | Creates a new instance of the ODataErrorException class with an error message, an inner exception, and an ODataError object. |
Top