Class DiscordJsonException
- Namespace
- DisCatSharp.Exceptions
- Assembly
- DisCatSharp.dll
Represents a DiscordJsonException.
public sealed class DiscordJsonException : DisCatSharpException, ISerializable
- Inheritance
-
DiscordJsonException
- Implements
- Inherited Members
Constructors
- DiscordJsonException(JsonReaderException)
Initializes a new instance of the DiscordJsonException class.
Properties
- LineNumber
Gets the line number indicating where the error occurred.
- LinePosition
Gets the line position indicating where the error occurred.
- Path
Gets the path to the JSON where the error occurred.