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