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

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

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

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

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

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

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

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

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

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

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

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

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

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

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