ODataUnrecognizedPathException Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The exception that is thrown when path parsing detects an unrecognized or unresolvable token in a path (which servers should treat as a 404).
public sealed class ODataUnrecognizedPathException : Microsoft.OData.ODataException
type ODataUnrecognizedPathException = class
inherit ODataException
Public NotInheritable Class ODataUnrecognizedPathException
Inherits ODataException
- Inheritance
Constructors
ODataUnrecognizedPathException() |
Initializes a new instance of the ODataUnrecognizedPathException class. |
ODataUnrecognizedPathException(String, Exception) |
Initializes a new instance of the DataServiceException class. |
ODataUnrecognizedPathException(String) |
Initializes a new instance of the ODataUnrecognizedPathException class. |
Properties
CurrentSegment |
Current segment UriParser was dealing with when exception was thrown. |
ParsedSegments |
Segments that have been successfully parsed when this exception was thrown. |
UnparsedSegments |
Unparsed segments. |