DashboardQuerySaveDataFailException Property |
|
DataPA OpenAnalytics API Reference
Gets the exception that indicates why the query data failed to serialize during the last serialzation process.
Namespace: DataPAEnterpriseDashboardAssembly: DataPAEnterpriseDashboard (in DataPAEnterpriseDashboard.dll) Version: 1.0.90.0 (1.0.90.0)
Syntax public Exception SaveDataFailException { get; set; }
Public Property SaveDataFailException As Exception
Get
Set
public:
virtual property Exception^ SaveDataFailException {
Exception^ get () sealed;
void set (Exception^ value) sealed;
}
function get_SaveDataFailException();
function set_SaveDataFailException(value);
Property Value
Type:
ExceptionThe exception that indicates why the query data failed to serialize during the last serialzation process.
Return Value
Type:
ExceptionThe exception that indicates why the query data failed to serialize during the last serialzation process.
Remarks See Also