XmlWriteException コンストラクター

定義

オーバーロード

名前 説明
XmlWriteException()

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

XmlWriteException(String)

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

XmlWriteException(SerializationInfo, StreamingContext)

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

XmlWriteException(String, Exception)

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

XmlWriteException()

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

public XmlWriteException();
Public Sub New ()

適用対象

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

例外に含め、ユーザーに表示される追加情報。

innerException
Exception

例外の根本原因を表す Exception

適用対象