System.Xml.Xsl.XsltException.Create C# (CSharp) Method

Create() static private method

static private Create ( string res ) : XsltException
res string
return XsltException
        internal static XsltException Create(string res, params string[] args) {
            return new XsltException(res, args, null, 0, 0, null);
        }

Same methods

XsltException::Create ( string res, string args, Exception inner ) : XsltException