XmlMaliciousContentException Constructor (String, Exception) |
Namespace: CMS.DataEngineAssembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 13.0.131
Syntax public XmlMaliciousContentException(
string message,
Exception innerException
)
Parameters
- message
- Type: SystemString
Exception message. - innerException
- Type: SystemException
Inner exception.
See Also