Share via


RsExceptionInfo.MoreInformation プロパティ

定義

メソッド実行中に発生した入れ子にされた例外を含む XML 文字列を取得または設定します。

public:
 property System::Xml::Linq::XElement ^ MoreInformation { System::Xml::Linq::XElement ^ get(); void set(System::Xml::Linq::XElement ^ value); };
[System.Runtime.Serialization.DataMember]
public System.Xml.Linq.XElement MoreInformation { get; set; }
[<System.Runtime.Serialization.DataMember>]
member this.MoreInformation : System.Xml.Linq.XElement with get, set
Public Property MoreInformation As XElement

プロパティ値

XElement

メソッド実行中に発生した入れ子にされた例外を含む XML 文字列です。

属性

適用対象