Facebook
Twitter
Pinterest
Tumblr
GitHub
RSS
  • DEV Home
  • Documentation
  • Reference
  • Download
Search Results for

    Show / Hide Table of Contents

    Class ParsingContext.ParsingError

    Inheritance
    System.Object
    ParsingContext.ParsingError
    Namespace: Emby.Media.Common.DataConversion
    Assembly: Emby.Media.Model.dll
    Syntax
    public class ParsingError

    Constructors

    ParsingError(String, Type, String)

    Declaration
    public ParsingError(string propertyName, Type propertyType, string offendingValue)
    Parameters
    Type Name Description
    System.String propertyName
    System.Type propertyType
    System.String offendingValue

    Properties

    OffendingValue

    Declaration
    public string OffendingValue { get; }
    Property Value
    Type Description
    System.String

    PropertyName

    Declaration
    public string PropertyName { get; }
    Property Value
    Type Description
    System.String

    PropertyType

    Declaration
    public Type PropertyType { get; }
    Property Value
    Type Description
    System.Type

    Methods

    ToString()

    Returns a string that represents the current object.

    Declaration
    public override string ToString()
    Returns
    Type Description
    System.String

    A string that represents the current object.

    Overrides
    System.Object.ToString()

    Extension Methods

    Extensions.JsonClone<T>(T, IJsonSerializer)
    SDK
    On this Page
    Back to Top Copyright 2022 © EMBY LLC. Please see our terms of use and privacy policy.