Search Results for

    Class DecodeException

    Inheritance
    object
    Exception
    DecodeException
    Implements
    ISerializable
    Inherited Members
    Exception.GetBaseException()
    Exception.GetObjectData(SerializationInfo, StreamingContext)
    Exception.ToString()
    Exception.GetType()
    Exception.TargetSite
    Exception.Message
    Exception.Data
    Exception.InnerException
    Exception.HelpLink
    Exception.Source
    Exception.HResult
    Exception.StackTrace
    object.Equals(object)
    object.Equals(object, object)
    object.ReferenceEquals(object, object)
    object.GetHashCode()
    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

    Implements

    ISerializable