XmlWriteException クラス
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
この例外は、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(SerializationInfo, StreamingContext) |
XmlWriteException クラスの新しいインスタンスを初期化します。 |
| XmlWriteException(String, Exception) |
XmlWriteException クラスの新しいインスタンスを初期化します。 |
| XmlWriteException(String) |
XmlWriteException クラスの新しいインスタンスを初期化します。 |