Click or drag to resize
PDTec.IceNet.Core.Runtime Namespace
The PDTec.IceNet.Core.Runtime namespace provides types for basic runtime-related functionality such as logging, license management and exception handling.
Classes
  ClassDescription
Public classConfigurationException
This exception is thrown when a configuration-related error occurs.
Public classIceNetException
This exception is the base type of all ice.NET exceptions.
Public classIceNetInternalException
This exception is thrown when an internal platform error occurs.
Public classIceNetRuntimeException
This exception is thrown when a runtime error occurs.
Public classLicenseException
This exception is thrown when a licensing error occurs.
Interfaces
  InterfaceDescription
Public interfaceILicenseInfo
Information about the current ice.NET license.
Public interfaceILogger
Manages logging.
Public interfaceILoggerFactory
Factory for ILogger implementations.
Public interfaceITextProvider
Manages dynamic text resources.
Enumerations
  EnumerationDescription
Public enumerationLicenseType
The type of an ice.NET runtime license.
Public enumerationLogLevel
Supporting Logging levels.
Public enumerationRuntimeErrorCode
Defines error codes for runtime errors.