C# Class SchoolDisplay.PdfAccessException

Inheritance: Exception
ファイルを表示 Open project: ytausch/SchoolDisplay

Public Methods

Method Description
PdfAccessException ( string message ) : System
PdfAccessException ( string message, Exception inner ) : System

Method Details

PdfAccessException() public method

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

PdfAccessException() public method

public PdfAccessException ( string message, Exception inner ) : System
message string
inner Exception
return System