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
infoSerializationInfocontextStreamingContext
CrateReadException(string?)
public CrateReadException(string? message)
Parameters
messagestring
CrateReadException(string?, Exception?)
public CrateReadException(string? message, Exception? innerException)