RsExceptionInfo.MoreInformation Property

Definition

Gets or sets an XML string that contains nested exceptions that occurred while the method ran.

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

Property Value

An XML string that contains nested exceptions that occurred while the method ran.

Attributes

Applies to