Tiraggo.DynamicQuery.tgConcurrencyException.tgConcurrencyException C# (CSharp) Method

tgConcurrencyException() public method

public tgConcurrencyException ( string message ) : System
message string
return System
        public tgConcurrencyException(string message)
            : base(message)
        {

        }

Same methods

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