WikiFunctions.WikiException.WikiException C# (CSharp) Method

WikiException() protected method

protected WikiException ( string text ) : System
text string
return System
        protected WikiException(string text)
            : base(text)
        {
        }

Same methods

WikiException::WikiException ( string text, Exception innerException ) : System
WikiException