C# 클래스 afung.MangaWeb3.Server.MangaContentMismatchException

상속: System.ApplicationException
파일 보기 프로젝트 열기: a-fung/MangaWeb3

공개 메소드들

메소드 설명
MangaContentMismatchException ( string file ) : System
MangaContentMismatchException ( string file, Exception innerException ) : System

메소드 상세

MangaContentMismatchException() 공개 메소드

public MangaContentMismatchException ( string file ) : System
file string
리턴 System

MangaContentMismatchException() 공개 메소드

public MangaContentMismatchException ( string file, Exception innerException ) : System
file string
innerException System.Exception
리턴 System