C# 클래스 ExifLibrary.NotValidJPEGFileException

The exception that is thrown when the format of the JPEG file could not be understood.
상속: Exception
파일 보기 프로젝트 열기: NathanW2/PhotoMapper

공개 메소드들

메소드 설명
NotValidJPEGFileException ( ) : System
NotValidJPEGFileException ( string message ) : System

메소드 상세

NotValidJPEGFileException() 공개 메소드

public NotValidJPEGFileException ( ) : System
리턴 System

NotValidJPEGFileException() 공개 메소드

public NotValidJPEGFileException ( string message ) : System
message string
리턴 System