XmlWriteException コンストラクター
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
オーバーロード
| 名前 | 説明 |
|---|---|
| XmlWriteException() |
XmlWriteException クラスの新しいインスタンスを初期化します。 |
| XmlWriteException(String) |
XmlWriteException クラスの新しいインスタンスを初期化します。 |
| XmlWriteException(SerializationInfo, StreamingContext) |
XmlWriteException クラスの新しいインスタンスを初期化します。 |
| XmlWriteException(String, Exception) |
XmlWriteException クラスの新しいインスタンスを初期化します。 |
XmlWriteException()
XmlWriteException(String)
XmlWriteException クラスの新しいインスタンスを初期化します。
public XmlWriteException(string message);
new Microsoft.IdentityModel.Xml.XmlWriteException : string -> Microsoft.IdentityModel.Xml.XmlWriteException
Public Sub New (message As String)
パラメーター
- message
- String
例外に含め、ユーザーに表示される追加情報。
適用対象
XmlWriteException(SerializationInfo, StreamingContext)
XmlWriteException クラスの新しいインスタンスを初期化します。
protected XmlWriteException(System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context);
new Microsoft.IdentityModel.Xml.XmlWriteException : System.Runtime.Serialization.SerializationInfo * System.Runtime.Serialization.StreamingContext -> Microsoft.IdentityModel.Xml.XmlWriteException
Protected Sub New (info As SerializationInfo, context As StreamingContext)
パラメーター
- info
- SerializationInfo
シリアル化されたオブジェクト データを保持する SerializationInfo 。
- context
- StreamingContext
ソースまたは変換先に関するコンテキスト情報。
適用対象
XmlWriteException(String, Exception)
XmlWriteException クラスの新しいインスタンスを初期化します。
public XmlWriteException(string message, Exception innerException);
new Microsoft.IdentityModel.Xml.XmlWriteException : string * Exception -> Microsoft.IdentityModel.Xml.XmlWriteException
Public Sub New (message As String, innerException As Exception)
パラメーター
- message
- String
例外に含め、ユーザーに表示される追加情報。