C# Класс DatabaseNotCreatedException, pitstop

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

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

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

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

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

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

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

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

protected DatabaseNotCreatedException ( SerializationInfo, info, StreamingContext, context )
info SerializationInfo,
context StreamingContext,

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

public DatabaseNotCreatedException ( string message )
message string

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

public DatabaseNotCreatedException ( string message, Exception, innerException )
message string
innerException Exception,