Table of Contents

Class UnexpectedFormatDecodingException

Namespace
LlamaLogic.Packages.Models
Assembly
LlamaLogic.Packages.dll

Represents an exception thrown by an IModel<TSelf> when it attempts to decode a resource that is not in the expected format

public sealed class UnexpectedFormatDecodingException : Exception, ISerializable
Inheritance
UnexpectedFormatDecodingException
Implements
Inherited Members

Constructors

UnexpectedFormatDecodingException()

public UnexpectedFormatDecodingException()

UnexpectedFormatDecodingException(Exception?)

Initializes a new UnexpectedFormatDecodingException with the specified innerException

public UnexpectedFormatDecodingException(Exception? innerException)

Parameters

innerException Exception

UnexpectedFormatDecodingException(string)

Initializes a new UnexpectedFormatDecodingException with the specified message

public UnexpectedFormatDecodingException(string message)

Parameters

message string

UnexpectedFormatDecodingException(string, Exception?)

Initializes a new UnexpectedFormatDecodingException with the specified message and innerException

public UnexpectedFormatDecodingException(string message, Exception? innerException)

Parameters

message string
innerException Exception