XmlWriteException Class

Definition

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
XmlWriteException
Attributes

Constructors

XmlWriteException()

Initializes a new instance of the XmlWriteException class.

XmlWriteException(SerializationInfo, StreamingContext)

Initializes a new instance of the XmlWriteException class.

XmlWriteException(String)

Initializes a new instance of the XmlWriteException class.

XmlWriteException(String, Exception)

Initializes a new instance of the XmlWriteException class.

Applies to