Click or drag to resize
XmlMaliciousContentException Constructor (String, Exception)
Initializes an instance of XmlMaliciousContentException class.

Namespace: CMS.DataEngine
Assembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 13.0.131
Syntax
C#
public XmlMaliciousContentException(
	string message,
	Exception innerException
)

Parameters

message
Type: SystemString
Exception message.
innerException
Type: SystemException
Inner exception.
See Also