Fan.Sys.Err.toStr C# (CSharp) Method

toStr() public method

public toStr ( ) : string
return string
        public override string toStr()
        {
            if (m_msg == null || m_msg.Length == 0)
            return @typeof().qname();
              else
            return @typeof().qname() + ": " + m_msg;
        }