UriLiteralParsingException 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.
Throw this exception when the parser can parse the target type but failed to do so. Do not throw when parser is not able to parse the target type.
public sealed class UriLiteralParsingException : Microsoft.OData.ODataException
type UriLiteralParsingException = class
inherit ODataException
Public NotInheritable Class UriLiteralParsingException
Inherits ODataException
- Inheritance
Constructors
UriLiteralParsingException() |
Creates a new instance of the UriLiteralParsingException class with default values. |
UriLiteralParsingException(String, Exception) |
Creates a new instance of the UriLiteralParsingException class with an error message and an inner exception. |
UriLiteralParsingException(String) |
Creates a new instance of the UriLiteralParsingException class with an error message. |