C# Класс Rolcore.Repository.RepositoryPersistenceException

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

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

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

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

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

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

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

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

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

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

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

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

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

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