Tiraggo.Interfaces.tgException.tgException C# (CSharp) Method

tgException() public method

Constructor
public tgException ( string message ) : System
message string The text of the exception.
return System
        public tgException(string message)
            : base(message)
        {
        }

Same methods

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