Show / Hide Table of Contents

Class NotValidGIFFileException

The exception that is thrown when the format of the GIF file could not be understood.

Inheritance
System.Object
System.Exception
NotValidGIFFileException
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 NotValidGIFFileException : Exception

Constructors

| Improve this Doc View Source

NotValidGIFFileException()

Declaration
public NotValidGIFFileException()
| Improve this Doc View Source

NotValidGIFFileException(String)

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