Click or drag to resize

DataProviderError Class

Error that occurs during data processing.
Inheritance Hierarchy
SystemObject
  AxiomCore2.DataDataProviderError

Namespace: AxiomCore2.Data
Assembly: Canary.Axiom.Session (in Canary.Axiom.Session.exe) Version: 25.6.0.25344+3070493948bf7d32a86bd3e9a8bcf4cc9a5b1929
Syntax
C#
public sealed class DataProviderError

The DataProviderError type exposes the following members.

Properties
 NameDescription
Public propertyCode Error code for the error.
Public propertyMessage Error message for the error that occurred.
Top
Methods
 NameDescription
Public methodToString Returns a string representation of the DataProviderError
(Overrides ObjectToString)
Top
See Also