AP&C API Reference
|
The exception used to report a missing reading inside a formula. More...
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... | |
The exception used to report a missing reading inside a formula.
|
inline |
Initializes a new instance of the MissingReadingException class.
formulaType | Type of the formula. |
readingTag | The reading tag. |
|
inline |
Initializes a new instance of the MissingReadingException class.
message | The message. |
innerException | The inner exception. |
|
inline |
Initializes a new instance of the MissingReadingException class.
message | The message. |
|
inlineprotected |
Initializes a new instance of the MissingReadingException class.
info | The T:System.Runtime.Serialization.SerializationInfo that holds the serialized object data about the exception being thrown. |
context | The T:System.Runtime.Serialization.StreamingContext that contains contextual information about the source or destination. |
T:System.ArgumentNullException | The info parameter is null. |
T:System.Runtime.Serialization.SerializationException | The class name is null or P:System.Exception.HResult is zero (0). |