Show / Hide Table of Contents

Class SectionExceeds64KBException

The exception that is thrown when the length of a section exceeds 64 kB.

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

Constructors

| Improve this Doc View Source

SectionExceeds64KBException()

Declaration
public SectionExceeds64KBException()
| Improve this Doc View Source

SectionExceeds64KBException(String)

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