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()