Class DecodeException
Implements
Inherited Members
Namespace: RedLoader.TinyJSON
Assembly: RedLoader.dll
Syntax
public sealed class DecodeException : Exception, ISerializable
Constructors
DecodeException(string)
Declaration
public DecodeException(string message)
Parameters
Type | Name | Description |
---|---|---|
string | message |
DecodeException(string, Exception)
Declaration
public DecodeException(string message, Exception innerException)
Parameters
Type | Name | Description |
---|---|---|
string | message | |
Exception | innerException |