RsExceptionInfo.MoreInformation Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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