5 references to
System.Private.Xml (5)
System\Xml\Xsl\XslException.cs (2)
17
:
base
(CreateMessage(res, args), inner)
28
:
base
(CreateMessage(message, null), null)
System\Xml\Xslt\XsltException.cs (3)
72
public XsltException() :
this
(string.Empty, (Exception?)null) { }
74
public XsltException(string message) :
this
(message, (Exception?)null) { }
174
public XsltCompileException(string message, Exception innerException) :
base
(message, innerException) { }