C# Class iSynaptic.Modeling.Domain.AggregateConcurrencyException

Inheritance: System.Exception
Show file Open project: iSynaptic/iSynaptic.Core

Public Methods

Method Description
AggregateConcurrencyException ( ) : System
AggregateConcurrencyException ( Exception inner ) : System
AggregateConcurrencyException ( String message ) : System
AggregateConcurrencyException ( String message, Exception inner ) : System

Method Details

AggregateConcurrencyException() public method

public AggregateConcurrencyException ( ) : System
return System

AggregateConcurrencyException() public method

public AggregateConcurrencyException ( Exception inner ) : System
inner System.Exception
return System

AggregateConcurrencyException() public method

public AggregateConcurrencyException ( String message ) : System
message String
return System

AggregateConcurrencyException() public method

public AggregateConcurrencyException ( String message, Exception inner ) : System
message String
inner System.Exception
return System