XmlWriteException Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
This exception is thrown when a problem occurs writing XML.
[System.Serializable]
public class XmlWriteException : Microsoft.IdentityModel.Xml.XmlException
[<System.Serializable>]
type XmlWriteException = class
inherit XmlException
Public Class XmlWriteException
Inherits XmlException
- Inheritance
- Attributes
Constructors
XmlWriteException() |
Initializes a new instance of the XmlWriteException class. |
XmlWriteException(SerializationInfo, StreamingContext) |
Initializes a new instance of the XmlWriteException class. |
XmlWriteException(String, Exception) |
Initializes a new instance of the XmlWriteException class. |
XmlWriteException(String) |
Initializes a new instance of the XmlWriteException class. |