ExportResultInfoDataException Property |
Gets the exception generated during the export if one was encountered.
Namespace:
Dundas.BI.WebApi.Models
Assembly:
Dundas.BI.WebApiCore (in Dundas.BI.WebApiCore.dll) Version: 2.0.0.0 (26.1.0.1000)
Syntax[DataMemberAttribute(EmitDefaultValue = false, Name = "exception")]
public string Exception { get; set; }<DataMemberAttribute(EmitDefaultValue := false, Name := "exception")>
Public Property Exception As String
Get
Set
public:
[DataMemberAttribute(EmitDefaultValue = false, Name = L"exception")]
property String^ Exception {
String^ get ();
void set (String^ value);
}[<DataMemberAttribute(EmitDefaultValue = false, Name = "exception")>]
member Exception : string with get, set
Property Value
Type:
String
See Also