Show / Hide Table of Contents

Class NotValidExifFileException

The exception that is thrown when the format of the JPEG/Exif file could not be understood.

Inheritance
System.Object
System.Exception
NotValidExifFileException
Inherited Members
System.Exception.GetBaseException()
System.Exception.ToString()
System.Exception.Data
System.Exception.HelpLink
System.Exception.HResult
System.Exception.InnerException
System.Exception.Message
System.Exception.Source
System.Exception.StackTrace
Namespace: ExifLibrary
Assembly: ExifLibrary.dll
Syntax
public class NotValidExifFileException : Exception

Constructors

| Improve this Doc View Source

NotValidExifFileException()

Declaration
public NotValidExifFileException()
| Improve this Doc View Source

NotValidExifFileException(String)

Declaration
public NotValidExifFileException(string message)
Parameters
Type Name Description
System.String message
Back to top Copyright © 2019 Özgür Özçıtak