XmlWriteException クラス

定義

この例外は、XML の書き込み中に問題が発生した場合にスローされます。

[System.Serializable]
public class XmlWriteException : Microsoft.IdentityModel.Xml.XmlException
[<System.Serializable>]
type XmlWriteException = class
    inherit XmlException
Public Class XmlWriteException
Inherits XmlException
継承
XmlWriteException
属性

コンストラクター

名前 説明
XmlWriteException()

XmlWriteException クラスの新しいインスタンスを初期化します。

XmlWriteException(SerializationInfo, StreamingContext)

XmlWriteException クラスの新しいインスタンスを初期化します。

XmlWriteException(String, Exception)

XmlWriteException クラスの新しいインスタンスを初期化します。

XmlWriteException(String)

XmlWriteException クラスの新しいインスタンスを初期化します。

適用対象