C# Класс Blacker.MangaScraper.Library.Exceptions.StorageException

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

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

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

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

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

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

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

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

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

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

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

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

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

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