System.Xml.Xsl.XslTransformException.XslTransformException C# (CSharp) Méthode

XslTransformException() public méthode

public XslTransformException ( Exception inner, string res ) : System.Diagnostics
inner Exception
res string
Résultat System.Diagnostics
        public XslTransformException(Exception inner, string res, params string[] args)
            : base(CreateMessage(res, args), inner)
        { }

Same methods

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