DataPA Enterprise Dashboard Controls 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
C# |
---|
public Exception SaveDataFailException { get; set; } |
Visual Basic |
---|
Public Property SaveDataFailException As Exception
Get
Set |
Visual C++ |
---|
public:
virtual property Exception^ SaveDataFailException {
Exception^ get () sealed;
void set (Exception^ value) sealed;
} |
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