C# Класс PROJECTNAMESPACE.HandledSQLException

Наследование: System.Exception
Показать файл Открыть проект

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

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

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

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

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

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

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

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

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