Share via


UriLiteralParsingException Class

Definition

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
UriLiteralParsingException

Constructors

UriLiteralParsingException()

Creates a new instance of the UriLiteralParsingException class with default values.

UriLiteralParsingException(String)

Creates a new instance of the UriLiteralParsingException class with an error message.

UriLiteralParsingException(String, Exception)

Creates a new instance of the UriLiteralParsingException class with an error message and an inner exception.

Applies to