XmlReadException クラス
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
この例外は、XML の読み取りに問題が発生した場合にスローされます。
[System.Serializable]
public class XmlReadException : Microsoft.IdentityModel.Xml.XmlException
[<System.Serializable>]
type XmlReadException = class
inherit XmlException
Public Class XmlReadException
Inherits XmlException
- 継承
- 属性
コンストラクター
| 名前 | 説明 |
|---|---|
| XmlReadException() |
XmlReadException クラスの新しいインスタンスを初期化します。 |
| XmlReadException(SerializationInfo, StreamingContext) |
XmlReadException クラスの新しいインスタンスを初期化します。 |
| XmlReadException(String, Exception) |
XmlReadException クラスの新しいインスタンスを初期化します。 |
| XmlReadException(String) |
XmlReadException クラスの新しいインスタンスを初期化します。 |