|
VRDR .NET
|
An exception that may be thrown during message parsing More...
Public Member Functions | |
| MessageParseException (string errorMessage, BaseMessage sourceMessage) | |
| Construct a new instance. More... | |
| ExtractionErrorMessage | CreateExtractionErrorMessage () |
| Build an ExtractionErrorMessage that conveys the issues reported in this exception. | |
An exception that may be thrown during message parsing
|
inline |
Construct a new instance.
| errorMessage | A text error message describing the problem |
| sourceMessage | The message that caused the problem |