C# Класс Demo.Domain.Infrastructure.Exceptions.StorageException

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

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

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

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

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

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

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

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

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

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

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

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