AP&C API Reference
Public Member Functions | Protected Member Functions | List of all members
Apac.Monitoring.MissingReadingException Class Reference

The exception used to report a missing reading inside a formula. More...

Inheritance diagram for Apac.Monitoring.MissingReadingException:

Public Member Functions

 MissingReadingException (Type formulaType, string readingTag)
 Initializes a new instance of the MissingReadingException class. More...
 
 MissingReadingException (string message, Exception innerException)
 Initializes a new instance of the MissingReadingException class. More...
 
 MissingReadingException (string message)
 Initializes a new instance of the MissingReadingException class. More...
 

Protected Member Functions

 MissingReadingException (SerializationInfo info, StreamingContext context)
 Initializes a new instance of the MissingReadingException class. More...
 

Detailed Description

The exception used to report a missing reading inside a formula.

Constructor & Destructor Documentation

◆ MissingReadingException() [1/4]

Apac.Monitoring.MissingReadingException.MissingReadingException ( Type  formulaType,
string  readingTag 
)
inline

Initializes a new instance of the MissingReadingException class.

Parameters
formulaTypeType of the formula.
readingTagThe reading tag.

◆ MissingReadingException() [2/4]

Apac.Monitoring.MissingReadingException.MissingReadingException ( string  message,
Exception  innerException 
)
inline

Initializes a new instance of the MissingReadingException class.

Parameters
messageThe message.
innerExceptionThe inner exception.

◆ MissingReadingException() [3/4]

Apac.Monitoring.MissingReadingException.MissingReadingException ( string  message)
inline

Initializes a new instance of the MissingReadingException class.

Parameters
messageThe message.

◆ MissingReadingException() [4/4]

Apac.Monitoring.MissingReadingException.MissingReadingException ( SerializationInfo  info,
StreamingContext  context 
)
inlineprotected

Initializes a new instance of the MissingReadingException class.

Parameters
infoThe T:System.Runtime.Serialization.SerializationInfo that holds the serialized object data about the exception being thrown.
contextThe T:System.Runtime.Serialization.StreamingContext that contains contextual information about the source or destination.
Exceptions
T:System.ArgumentNullExceptionThe info parameter is null.
Exceptions
T:System.Runtime.Serialization.SerializationExceptionThe class name is null or P:System.Exception.HResult is zero (0).

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