Tiraggo.Interfaces.tgConcurrencyException.tgConcurrencyException C# (CSharp) Méthode

tgConcurrencyException() public méthode

public tgConcurrencyException ( string message ) : System
message string
Résultat System
        public tgConcurrencyException(string message)
            : base(message)
        {
        }

Same methods

tgConcurrencyException::tgConcurrencyException ( string message, Exception innerException ) : System
tgConcurrencyException