C# Class ExifLibrary.SectionExceeds64KBException

The exception that is thrown when the length of a section exceeds 64 kB.
Inheritance: Exception
Mostrar archivo Open project: NathanW2/PhotoMapper

Public Methods

Method Description
SectionExceeds64KBException ( ) : System
SectionExceeds64KBException ( string message ) : System

Method Details

SectionExceeds64KBException() public method

public SectionExceeds64KBException ( ) : System
return System

SectionExceeds64KBException() public method

public SectionExceeds64KBException ( string message ) : System
message string
return System