MESCIUS.ActiveReports.Core.Rdl Assembly / GrapeCity.ActiveReports.Rdl.Persistence Namespace / PersistenceException.ErrorCodes Enumeration

PersistenceException.ErrorCodes Enumeration
Specifies error codes for persistence exceptions.
Syntax
'Declaration
 
Public Enum PersistenceException.ErrorCodes 
   Inherits System.Enum
 
Members
MemberDescription
MissingNamespaceURIThe namespace URI is missing.
UnrecognizedFileFormatThe file format is unrecognized.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         GrapeCity.ActiveReports.Rdl.Persistence.PersistenceException.ErrorCodes

See Also