Share via


RsExceptionInfo.Warnings Propiedad

Definición

Obtiene o establece una cadena XML que contiene las advertencias que se devolvieron al procesar el informe.

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

Valor de propiedad

XElement

Cadena XML que contiene las advertencias que se devolvieron al procesar el informe.

Atributos

Se aplica a