C# Class afung.MangaWeb3.Server.MangaWrongFormatException

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

Public Methods

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

Method Details

MangaWrongFormatException() public method

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

MangaWrongFormatException() public method

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