C# Класс NHapi.SourceGeneration.SQLException

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

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

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

Защищенные методы

Метод Описание
SQLException ( SerializationInfo info, StreamingContext context ) : System

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

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

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

SQLException() защищенный Метод

protected SQLException ( SerializationInfo info, StreamingContext context ) : System
info SerializationInfo
context StreamingContext
Результат System

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

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

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

public SQLException ( string message, Exception inner ) : System
message string
inner Exception
Результат System