C# Class Shaolinq.ConcurrencyException

Inheritance: Shaolinq.DataAccessException
Afficher le fichier Open project: tumtumtum/Shaolinq

Méthodes publiques

Méthode Description
ConcurrencyException ( ) : System
ConcurrencyException ( Exception innerException, string relatedQuery ) : System
ConcurrencyException ( string message, string relatedQuery ) : System

Method Details

ConcurrencyException() public méthode

public ConcurrencyException ( ) : System
Résultat System

ConcurrencyException() public méthode

public ConcurrencyException ( Exception innerException, string relatedQuery ) : System
innerException System.Exception
relatedQuery string
Résultat System

ConcurrencyException() public méthode

public ConcurrencyException ( string message, string relatedQuery ) : System
message string
relatedQuery string
Résultat System