C# Класс iSynaptic.Modeling.Domain.AggregateConcurrencyException

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

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

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

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

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

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

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

public AggregateConcurrencyException ( Exception inner ) : System
inner System.Exception
Результат System

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

public AggregateConcurrencyException ( String message ) : System
message String
Результат System

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

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