C# Class afung.MangaWeb3.Server.MangaContentMismatchException

Inheritance: System.ApplicationException
显示文件 Open project: a-fung/MangaWeb3

Public Methods

Method Description
MangaContentMismatchException ( string file ) : System
MangaContentMismatchException ( string file, Exception innerException ) : System

Method Details

MangaContentMismatchException() public method

public MangaContentMismatchException ( string file ) : System
file string
return System

MangaContentMismatchException() public method

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