C# Class iSynaptic.Modeling.Domain.AggregateConcurrencyException

Inheritance: System.Exception
Afficher le fichier Open project: iSynaptic/iSynaptic.Core

Méthodes publiques

Méthode Description
AggregateConcurrencyException ( ) : System
AggregateConcurrencyException ( Exception inner ) : System
AggregateConcurrencyException ( String message ) : System
AggregateConcurrencyException ( String message, Exception inner ) : System

Method Details

AggregateConcurrencyException() public méthode

public AggregateConcurrencyException ( ) : System
Résultat System

AggregateConcurrencyException() public méthode

public AggregateConcurrencyException ( Exception inner ) : System
inner System.Exception
Résultat System

AggregateConcurrencyException() public méthode

public AggregateConcurrencyException ( String message ) : System
message String
Résultat System

AggregateConcurrencyException() public méthode

public AggregateConcurrencyException ( String message, Exception inner ) : System
message String
inner System.Exception
Résultat System