C# Class FrameDAL.Exceptions.FrameDALException

Author: Vincent Lau. 此框架所有其他异常的基类
Inheritance: System.Exception
Exibir arquivo Open project: vincentlauvlwj/FrameDAL

Public Methods

Method Description
FrameDALException ( ) : System
FrameDALException ( string message ) : System
FrameDALException ( string message, Exception innerException ) : System

Method Details

FrameDALException() public method

public FrameDALException ( ) : System
return System

FrameDALException() public method

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

FrameDALException() public method

public FrameDALException ( string message, Exception innerException ) : System
message string
innerException System.Exception
return System