Table of Contents

Class ExifException

Namespace
CompactExifLib
Assembly
VintagestoryAPI.dll
public class ExifException : Exception, ISerializable
Inheritance
ExifException
Implements
Inherited Members
Extension Methods

Constructors

ExifException(ExifErrCode)

public ExifException(ExifErrCode _ErrorCode)

Parameters

_ErrorCode ExifErrCode

Fields

ErrorCode

public ExifErrCode ErrorCode

Field Value

ExifErrCode

Properties

Message

Gets a message that describes the current exception.

public override string Message { get; }

Property Value

string

The error message that explains the reason for the exception, or an empty string ("").