System.Xml.Xsl.XslTransformException.XslTransformException C# (CSharp) Метод

XslTransformException() публичный Метод

public XslTransformException ( Exception inner, string res ) : System.Diagnostics
inner Exception
res string
Результат System.Diagnostics
        public XslTransformException(Exception inner, string res, params string[] args)
            : base(CreateMessage(res, args), inner)
        { }

Same methods

XslTransformException::XslTransformException ( string message ) : System.Diagnostics