Table of Contents

Class CrateReadException

Namespace
ROCrates.Exceptions
Assembly
ROCrates.Net.dll

An exception that can be thrown whenever an RO-crate cannot be read.

public class CrateReadException : Exception, ISerializable
Inheritance
CrateReadException
Implements
Inherited Members

Constructors

CrateReadException()

public CrateReadException()

CrateReadException(SerializationInfo, StreamingContext)

protected CrateReadException(SerializationInfo info, StreamingContext context)

Parameters

info SerializationInfo
context StreamingContext

CrateReadException(string?)

public CrateReadException(string? message)

Parameters

message string

CrateReadException(string?, Exception?)

public CrateReadException(string? message, Exception? innerException)

Parameters

message string
innerException Exception