Tiraggo.DynamicQuery.tgConcurrencyException.tgConcurrencyException C# (CSharp) Метод

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

public tgConcurrencyException ( string message ) : System
message string
Результат System
        public tgConcurrencyException(string message)
            : base(message)
        {

        }

Same methods

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