C# Class Mini_ERP.Business.CustomException

Inheritance: System.Exception
显示文件 Open project: POO-III-2015/MiniERP

Public Methods

Method Description
CustomException ( ) : System
CustomException ( string message ) : System

Method Details

CustomException() public method

public CustomException ( ) : System
return System

CustomException() public method

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