AP&C API Reference
Properties | List of all members
Apac.Exceptions Class Reference

A strongly-typed resource class, for looking up localized strings, etc. More...

Properties

static global::System.Resources.ResourceManager ResourceManager [get]
 Returns the cached ResourceManager instance used by this class. More...
 
static global::System.Globalization.CultureInfo Culture [get, set]
 Overrides the current thread's CurrentUICulture property for all resource lookups using this strongly typed resource class. More...
 
static string ACTION_PERSIST_FAILED [get]
 Looks up a localized string similar to An error occurred while persisting action: {0}.. More...
 
static string COMPILER_INVOKING_DAILY_EVENT_FAILED [get]
 Looks up a localized string similar to An error occurred while invoking a handler registered to the DailyAvgsCompiled event.. More...
 
static string COMPILER_INVOKING_FIVEMIN_EVENT_FAILED [get]
 Looks up a localized string similar to An error occurred while invoking a handler registered to the FiveMinAvgsCompiled event.. More...
 
static string COMPILER_INVOKING_HOURLY_EVENT_FAILED [get]
 Looks up a localized string similar to An error occurred while invoking a handler registered to the HourlyAvgsCompiled event.. More...
 
static string COMPILER_INVOKING_MEASUREMENTS_EVENT [get]
 Looks up a localized string similar to An error occurred while invoking a handler registered to the MeasurementsCompiled event.. More...
 
static string COMPILER_INVOKING_MONTHLY_EVENT_FAILED [get]
 Looks up a localized string similar to An error occurred while invoking a handler registered to the MonthlyAvgsCompiled event.. More...
 
static string COMPILER_NO_MEASUREMENTS_MAPPED [get]
 Looks up a localized string similar to No measurements are mapped for the [{0}] compiler; the data is being collected but not processed.. More...
 
static string CONFIG_SERIAL_INVALID_DATABITS [get]
 Looks up a localized string similar to The provided value is not valid for data bits; valid values are "One", "OneDotFive", and "Two".. More...
 
static string CONFIG_SERIAL_INVALID_FLOW [get]
 Looks up a localized string similar to The provided value is not valid for flow control; valid values are "None", "Hardware", and "XonXoff".. More...
 
static string CONFIG_SERIAL_INVALID_PARITY [get]
 Looks up a localized string similar to The provided value is not valid for parity; valid values are "None", "Event", "Odd", "Mark", and "Space".. More...
 
static string CONTROLLER_READ_ERROR [get]
 Looks up a localized string similar to An error occurred while retrieving readings from {0}.. More...
 
static string CONTROLLER_RESET_ERROR [get]
 Looks up a localized string similar to An error occurred while resetting the controller: {0}.. More...
 
static string INIT_INVALID_COMPILERREF [get]
 Looks up a localized string similar to Referenced data compiler is not a valid type; must support IDataCompiler.. More...
 
static string INIT_INVALID_COMPILERSTATE [get]
 Looks up a localized string similar to Referenced data compiler is not in a valid state; must not be errored.. More...
 
static string INIT_INVALID_EVTPROCREF [get]
 Looks up a localized string similar to Referenced event processor is not a valid type; must support IEventProcessor.. More...
 
static string INIT_INVALID_GRAPHGENREF [get]
 Looks up a localized string similar to Referenced graph generator is not a valid type; must support IGraphGenerator.. More...
 
static string INIT_INVALID_GRAPHGENSTATE [get]
 Looks up a localized string similar to Referenced graph generator is not in a valid state; must not be errored.. More...
 
static string INIT_INVALID_RPTGENREF [get]
 Looks up a localized string similar to Referenced report generator is not a valid type; must support IReportGenerator.. More...
 
static string INIT_INVALID_SETTINGSSTOREREF [get]
 Looks up a localized string similar to Referenced settings store is not a valid type; must support ISettingsStore.. More...
 
static string INIT_INVALID_SETTINGSSTORESTATE [get]
 Looks up a localized string similar to Referenced settings store is not in a valid state; must not be errored.. More...
 
static string INIT_INVALID_STOREREF [get]
 Looks up a localized string similar to Referenced data store is not a valid type; must support IDataStore and IMeasurementStore.. More...
 
static string INIT_INVALID_STORESTATE [get]
 Looks up a localized string similar to Referenced data store is not in a valid state; must not be errored.. More...
 
static string INIT_NOTSET_COMPILERREF [get]
 Looks up a localized string similar to Data compiler reference is not set; referenced type must support IDataCompiler.. More...
 
static string INIT_NOTSET_EVTPROCRREF [get]
 Looks up a localized string similar to Event processor reference is not set; referenced type must support IEventProcessor.. More...
 
static string INIT_NOTSET_GRAPHGENREF [get]
 Looks up a localized string similar to Graph generator reference is not set; referenced type must support IGraphGenerator.. More...
 
static string INIT_NOTSET_SETTINGSSTOREREF [get]
 Looks up a localized string similar to Settings store reference is not set; referenced type must support ISettingsStore.. More...
 
static string INIT_NOTSET_STOREREF [get]
 Looks up a localized string similar to Data store reference is not set; referenced type must support IDataStore and IMeasurementStore.. More...
 
static string INIT_SUPERVISABLE_INCORRECT_CONFIG_TYPE [get]
 Looks up a localized string similar to An attempt was made to initialize the supervisable component with on incorrect configuration type: {0}. Expected a configuration element of type {1}.. More...
 
static string INIT_SUPERVISOR_INCORRECT_CONFIG_TYPE [get]
 Looks up a localized string similar to An attempt was made to initialize the supervisor with on incorrect configuration type: {0}. Expected a configuration element of type {1}.. More...
 
static string INIT_SUPERVISOR_NOT_INITIALIZED [get]
 Looks up a localized string similar to The supervisor is not initialized: {0}.. More...
 
static string MANAGEDELEMENT_PERSIST_FAILED [get]
 Looks up a localized string similar to An error occurred while persisting managed element: {0}.. More...
 
static string MAPPING_PERSIST_FAILED [get]
 Looks up a localized string similar to An error occurred while persisting mapping: {0}.. More...
 
static string MISSING_READING [get]
 Looks up a localized string similar to The [{0}] formula cannot proceed because the [{1}] reading is missing.. More...
 
static string POSTPROC_ERR_DAILYAVGS [get]
 Looks up a localized string similar to An error aborted the post processing of daily averages in {0}.. More...
 
static string POSTPROC_ERR_FIVEMINAVGS [get]
 Looks up a localized string similar to An error aborted the post processing of five minute averages in {0}.. More...
 
static string POSTPROC_ERR_HOURLYAVGS [get]
 Looks up a localized string similar to An error aborted the post processing of hourly averages in {0}.. More...
 
static string POSTPROC_ERR_MEASUREMENTS [get]
 Looks up a localized string similar to An error aborted the post processing of measurements in {0}.. More...
 
static string POSTPROC_ERR_MONTHLYAVGS [get]
 Looks up a localized string similar to An error aborted the post processing of monthly averages in {0}.. More...
 
static string RPTGEN_FAILED_TO_QUEUE_REQUEST [get]
 Looks up a localized string similar to An error prevented the queuing of a request to perform reporting activities.. More...
 
static string RPTGEN_FATAL_GEN_MONTHLIES [get]
 Looks up a localized string similar to A fatal error aborted the generation of monthly reports. See server log for details.. More...
 
static string RPTGEN_FATAL_GEN_WEEKLIES [get]
 Looks up a localized string similar to A fatal error aborted the generation of weekly reports. See server log for details.. More...
 
static string RPTGEN_PUBLISH_LOC_NOT_FOUND [get]
 Looks up a localized string similar to The configured directory for publishing reports was not found: {0}.. More...
 
static string RPTGEN_TEMP_SPACE_NOT_FOUND [get]
 Looks up a localized string similar to The configured directory for temporary storage was not found: {0}.. More...
 
static string SENSOR_PERSIST_FAILED [get]
 Looks up a localized string similar to An error occurred while persisting sensor: {0}.. More...
 
static string SETTING_PERSIST_FAILED [get]
 Looks up a localized string similar to An error occurred while persisting settings: {0}.. More...
 
static string SETTINGS_ROLLBACK_FAILED [get]
 Looks up a localized string similar to An error occurred while recovering settings from backup during persist.. More...
 
static string STORE_DELETE_ELEMENT_HAS_DATA [get]
 Looks up a localized string similar to The specified element cannot be deleted because there is still data associated to it.. More...
 
static string STORE_UNABLE_TO_OPEN_DATASTORE [get]
 Looks up a localized string similar to Unable to open the datastore.. More...
 
static string STORE_WRITE_DAILYMINAVGS_FAILED [get]
 Looks up a localized string similar to An error occurred while writing daily averages: {0}.. More...
 
static string STORE_WRITE_FIVEMINAVGS_FAILED [get]
 Looks up a localized string similar to An error occurred while writing five minute averages: {0}.. More...
 
static string STORE_WRITE_HOURLYMINAVGS_FAILED [get]
 Looks up a localized string similar to An error occurred while writing hourly averages: {0}.. More...
 
static string STORE_WRITE_MEASUREMENTS_FAILED [get]
 Looks up a localized string similar to An error occurred while writing raw measurements: {0}.. More...
 
static string STORE_WRITE_MONTHLYMINAVGS_FAILED [get]
 Looks up a localized string similar to An error occurred while writing monthly averages: {0}.. More...
 
static string Test [get]
 Looks up a localized string similar to This is a test. More...
 
static string THRESHOLD_PERSIST_FAILED [get]
 Looks up a localized string similar to An error occurred while persisting threshold: {0}.. More...
 
static string TYPE_MISSING_PROPERTY [get]
 Looks up a localized string similar to Type [{0}] does not have property [{1}].. More...
 
static string TYPE_PROPERTY_NOT_STRING [get]
 Looks up a localized string similar to The [{1}] property of [{0}] is not a string.. More...
 

Detailed Description

A strongly-typed resource class, for looking up localized strings, etc.

Property Documentation

◆ ACTION_PERSIST_FAILED

string Apac.Exceptions.ACTION_PERSIST_FAILED
staticget

Looks up a localized string similar to An error occurred while persisting action: {0}..

◆ COMPILER_INVOKING_DAILY_EVENT_FAILED

string Apac.Exceptions.COMPILER_INVOKING_DAILY_EVENT_FAILED
staticget

Looks up a localized string similar to An error occurred while invoking a handler registered to the DailyAvgsCompiled event..

◆ COMPILER_INVOKING_FIVEMIN_EVENT_FAILED

string Apac.Exceptions.COMPILER_INVOKING_FIVEMIN_EVENT_FAILED
staticget

Looks up a localized string similar to An error occurred while invoking a handler registered to the FiveMinAvgsCompiled event..

◆ COMPILER_INVOKING_HOURLY_EVENT_FAILED

string Apac.Exceptions.COMPILER_INVOKING_HOURLY_EVENT_FAILED
staticget

Looks up a localized string similar to An error occurred while invoking a handler registered to the HourlyAvgsCompiled event..

◆ COMPILER_INVOKING_MEASUREMENTS_EVENT

string Apac.Exceptions.COMPILER_INVOKING_MEASUREMENTS_EVENT
staticget

Looks up a localized string similar to An error occurred while invoking a handler registered to the MeasurementsCompiled event..

◆ COMPILER_INVOKING_MONTHLY_EVENT_FAILED

string Apac.Exceptions.COMPILER_INVOKING_MONTHLY_EVENT_FAILED
staticget

Looks up a localized string similar to An error occurred while invoking a handler registered to the MonthlyAvgsCompiled event..

◆ COMPILER_NO_MEASUREMENTS_MAPPED

string Apac.Exceptions.COMPILER_NO_MEASUREMENTS_MAPPED
staticget

Looks up a localized string similar to No measurements are mapped for the [{0}] compiler; the data is being collected but not processed..

◆ CONFIG_SERIAL_INVALID_DATABITS

string Apac.Exceptions.CONFIG_SERIAL_INVALID_DATABITS
staticget

Looks up a localized string similar to The provided value is not valid for data bits; valid values are "One", "OneDotFive", and "Two"..

◆ CONFIG_SERIAL_INVALID_FLOW

string Apac.Exceptions.CONFIG_SERIAL_INVALID_FLOW
staticget

Looks up a localized string similar to The provided value is not valid for flow control; valid values are "None", "Hardware", and "XonXoff"..

◆ CONFIG_SERIAL_INVALID_PARITY

string Apac.Exceptions.CONFIG_SERIAL_INVALID_PARITY
staticget

Looks up a localized string similar to The provided value is not valid for parity; valid values are "None", "Event", "Odd", "Mark", and "Space"..

◆ CONTROLLER_READ_ERROR

string Apac.Exceptions.CONTROLLER_READ_ERROR
staticget

Looks up a localized string similar to An error occurred while retrieving readings from {0}..

◆ CONTROLLER_RESET_ERROR

string Apac.Exceptions.CONTROLLER_RESET_ERROR
staticget

Looks up a localized string similar to An error occurred while resetting the controller: {0}..

◆ Culture

global.System.Globalization.CultureInfo Apac.Exceptions.Culture
staticgetset

Overrides the current thread's CurrentUICulture property for all resource lookups using this strongly typed resource class.

◆ INIT_INVALID_COMPILERREF

string Apac.Exceptions.INIT_INVALID_COMPILERREF
staticget

Looks up a localized string similar to Referenced data compiler is not a valid type; must support IDataCompiler..

◆ INIT_INVALID_COMPILERSTATE

string Apac.Exceptions.INIT_INVALID_COMPILERSTATE
staticget

Looks up a localized string similar to Referenced data compiler is not in a valid state; must not be errored..

◆ INIT_INVALID_EVTPROCREF

string Apac.Exceptions.INIT_INVALID_EVTPROCREF
staticget

Looks up a localized string similar to Referenced event processor is not a valid type; must support IEventProcessor..

◆ INIT_INVALID_GRAPHGENREF

string Apac.Exceptions.INIT_INVALID_GRAPHGENREF
staticget

Looks up a localized string similar to Referenced graph generator is not a valid type; must support IGraphGenerator..

◆ INIT_INVALID_GRAPHGENSTATE

string Apac.Exceptions.INIT_INVALID_GRAPHGENSTATE
staticget

Looks up a localized string similar to Referenced graph generator is not in a valid state; must not be errored..

◆ INIT_INVALID_RPTGENREF

string Apac.Exceptions.INIT_INVALID_RPTGENREF
staticget

Looks up a localized string similar to Referenced report generator is not a valid type; must support IReportGenerator..

◆ INIT_INVALID_SETTINGSSTOREREF

string Apac.Exceptions.INIT_INVALID_SETTINGSSTOREREF
staticget

Looks up a localized string similar to Referenced settings store is not a valid type; must support ISettingsStore..

◆ INIT_INVALID_SETTINGSSTORESTATE

string Apac.Exceptions.INIT_INVALID_SETTINGSSTORESTATE
staticget

Looks up a localized string similar to Referenced settings store is not in a valid state; must not be errored..

◆ INIT_INVALID_STOREREF

string Apac.Exceptions.INIT_INVALID_STOREREF
staticget

Looks up a localized string similar to Referenced data store is not a valid type; must support IDataStore and IMeasurementStore..

◆ INIT_INVALID_STORESTATE

string Apac.Exceptions.INIT_INVALID_STORESTATE
staticget

Looks up a localized string similar to Referenced data store is not in a valid state; must not be errored..

◆ INIT_NOTSET_COMPILERREF

string Apac.Exceptions.INIT_NOTSET_COMPILERREF
staticget

Looks up a localized string similar to Data compiler reference is not set; referenced type must support IDataCompiler..

◆ INIT_NOTSET_EVTPROCRREF

string Apac.Exceptions.INIT_NOTSET_EVTPROCRREF
staticget

Looks up a localized string similar to Event processor reference is not set; referenced type must support IEventProcessor..

◆ INIT_NOTSET_GRAPHGENREF

string Apac.Exceptions.INIT_NOTSET_GRAPHGENREF
staticget

Looks up a localized string similar to Graph generator reference is not set; referenced type must support IGraphGenerator..

◆ INIT_NOTSET_SETTINGSSTOREREF

string Apac.Exceptions.INIT_NOTSET_SETTINGSSTOREREF
staticget

Looks up a localized string similar to Settings store reference is not set; referenced type must support ISettingsStore..

◆ INIT_NOTSET_STOREREF

string Apac.Exceptions.INIT_NOTSET_STOREREF
staticget

Looks up a localized string similar to Data store reference is not set; referenced type must support IDataStore and IMeasurementStore..

◆ INIT_SUPERVISABLE_INCORRECT_CONFIG_TYPE

string Apac.Exceptions.INIT_SUPERVISABLE_INCORRECT_CONFIG_TYPE
staticget

Looks up a localized string similar to An attempt was made to initialize the supervisable component with on incorrect configuration type: {0}. Expected a configuration element of type {1}..

◆ INIT_SUPERVISOR_INCORRECT_CONFIG_TYPE

string Apac.Exceptions.INIT_SUPERVISOR_INCORRECT_CONFIG_TYPE
staticget

Looks up a localized string similar to An attempt was made to initialize the supervisor with on incorrect configuration type: {0}. Expected a configuration element of type {1}..

◆ INIT_SUPERVISOR_NOT_INITIALIZED

string Apac.Exceptions.INIT_SUPERVISOR_NOT_INITIALIZED
staticget

Looks up a localized string similar to The supervisor is not initialized: {0}..

◆ MANAGEDELEMENT_PERSIST_FAILED

string Apac.Exceptions.MANAGEDELEMENT_PERSIST_FAILED
staticget

Looks up a localized string similar to An error occurred while persisting managed element: {0}..

◆ MAPPING_PERSIST_FAILED

string Apac.Exceptions.MAPPING_PERSIST_FAILED
staticget

Looks up a localized string similar to An error occurred while persisting mapping: {0}..

◆ MISSING_READING

string Apac.Exceptions.MISSING_READING
staticget

Looks up a localized string similar to The [{0}] formula cannot proceed because the [{1}] reading is missing..

◆ POSTPROC_ERR_DAILYAVGS

string Apac.Exceptions.POSTPROC_ERR_DAILYAVGS
staticget

Looks up a localized string similar to An error aborted the post processing of daily averages in {0}..

◆ POSTPROC_ERR_FIVEMINAVGS

string Apac.Exceptions.POSTPROC_ERR_FIVEMINAVGS
staticget

Looks up a localized string similar to An error aborted the post processing of five minute averages in {0}..

◆ POSTPROC_ERR_HOURLYAVGS

string Apac.Exceptions.POSTPROC_ERR_HOURLYAVGS
staticget

Looks up a localized string similar to An error aborted the post processing of hourly averages in {0}..

◆ POSTPROC_ERR_MEASUREMENTS

string Apac.Exceptions.POSTPROC_ERR_MEASUREMENTS
staticget

Looks up a localized string similar to An error aborted the post processing of measurements in {0}..

◆ POSTPROC_ERR_MONTHLYAVGS

string Apac.Exceptions.POSTPROC_ERR_MONTHLYAVGS
staticget

Looks up a localized string similar to An error aborted the post processing of monthly averages in {0}..

◆ ResourceManager

global.System.Resources.ResourceManager Apac.Exceptions.ResourceManager
staticget

Returns the cached ResourceManager instance used by this class.

◆ RPTGEN_FAILED_TO_QUEUE_REQUEST

string Apac.Exceptions.RPTGEN_FAILED_TO_QUEUE_REQUEST
staticget

Looks up a localized string similar to An error prevented the queuing of a request to perform reporting activities..

◆ RPTGEN_FATAL_GEN_MONTHLIES

string Apac.Exceptions.RPTGEN_FATAL_GEN_MONTHLIES
staticget

Looks up a localized string similar to A fatal error aborted the generation of monthly reports. See server log for details..

◆ RPTGEN_FATAL_GEN_WEEKLIES

string Apac.Exceptions.RPTGEN_FATAL_GEN_WEEKLIES
staticget

Looks up a localized string similar to A fatal error aborted the generation of weekly reports. See server log for details..

◆ RPTGEN_PUBLISH_LOC_NOT_FOUND

string Apac.Exceptions.RPTGEN_PUBLISH_LOC_NOT_FOUND
staticget

Looks up a localized string similar to The configured directory for publishing reports was not found: {0}..

◆ RPTGEN_TEMP_SPACE_NOT_FOUND

string Apac.Exceptions.RPTGEN_TEMP_SPACE_NOT_FOUND
staticget

Looks up a localized string similar to The configured directory for temporary storage was not found: {0}..

◆ SENSOR_PERSIST_FAILED

string Apac.Exceptions.SENSOR_PERSIST_FAILED
staticget

Looks up a localized string similar to An error occurred while persisting sensor: {0}..

◆ SETTING_PERSIST_FAILED

string Apac.Exceptions.SETTING_PERSIST_FAILED
staticget

Looks up a localized string similar to An error occurred while persisting settings: {0}..

◆ SETTINGS_ROLLBACK_FAILED

string Apac.Exceptions.SETTINGS_ROLLBACK_FAILED
staticget

Looks up a localized string similar to An error occurred while recovering settings from backup during persist..

◆ STORE_DELETE_ELEMENT_HAS_DATA

string Apac.Exceptions.STORE_DELETE_ELEMENT_HAS_DATA
staticget

Looks up a localized string similar to The specified element cannot be deleted because there is still data associated to it..

◆ STORE_UNABLE_TO_OPEN_DATASTORE

string Apac.Exceptions.STORE_UNABLE_TO_OPEN_DATASTORE
staticget

Looks up a localized string similar to Unable to open the datastore..

◆ STORE_WRITE_DAILYMINAVGS_FAILED

string Apac.Exceptions.STORE_WRITE_DAILYMINAVGS_FAILED
staticget

Looks up a localized string similar to An error occurred while writing daily averages: {0}..

◆ STORE_WRITE_FIVEMINAVGS_FAILED

string Apac.Exceptions.STORE_WRITE_FIVEMINAVGS_FAILED
staticget

Looks up a localized string similar to An error occurred while writing five minute averages: {0}..

◆ STORE_WRITE_HOURLYMINAVGS_FAILED

string Apac.Exceptions.STORE_WRITE_HOURLYMINAVGS_FAILED
staticget

Looks up a localized string similar to An error occurred while writing hourly averages: {0}..

◆ STORE_WRITE_MEASUREMENTS_FAILED

string Apac.Exceptions.STORE_WRITE_MEASUREMENTS_FAILED
staticget

Looks up a localized string similar to An error occurred while writing raw measurements: {0}..

◆ STORE_WRITE_MONTHLYMINAVGS_FAILED

string Apac.Exceptions.STORE_WRITE_MONTHLYMINAVGS_FAILED
staticget

Looks up a localized string similar to An error occurred while writing monthly averages: {0}..

◆ Test

string Apac.Exceptions.Test
staticget

Looks up a localized string similar to This is a test.

◆ THRESHOLD_PERSIST_FAILED

string Apac.Exceptions.THRESHOLD_PERSIST_FAILED
staticget

Looks up a localized string similar to An error occurred while persisting threshold: {0}..

◆ TYPE_MISSING_PROPERTY

string Apac.Exceptions.TYPE_MISSING_PROPERTY
staticget

Looks up a localized string similar to Type [{0}] does not have property [{1}]..

◆ TYPE_PROPERTY_NOT_STRING

string Apac.Exceptions.TYPE_PROPERTY_NOT_STRING
staticget

Looks up a localized string similar to The [{1}] property of [{0}] is not a string..


The documentation for this class was generated from the following file: