C# Класс c24.Sqlizer.Exceptions.EmptyDirectoryException

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

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

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

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

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

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

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

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

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

protected EmptyDirectoryException ( SerializationInfo info, StreamingContext context ) : System
info System.Runtime.Serialization.SerializationInfo
context System.Runtime.Serialization.StreamingContext
Результат System

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

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

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

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