C# Класс FrameDAL.Exceptions.FrameDALException

Author: Vincent Lau. 此框架所有其他异常的基类
Наследование: System.Exception
Показать файл Открыть проект

Открытые методы

Метод Описание
FrameDALException ( ) : System
FrameDALException ( string message ) : System
FrameDALException ( string message, Exception innerException ) : System

Описание методов

FrameDALException() публичный Метод

public FrameDALException ( ) : System
Результат System

FrameDALException() публичный Метод

public FrameDALException ( string message ) : System
message string
Результат System

FrameDALException() публичный Метод

public FrameDALException ( string message, Exception innerException ) : System
message string
innerException System.Exception
Результат System