Method | Description | |
---|---|---|
SemanticError ( string code, |
Captures the details of a semantic error in the error set. This function can be used as the delegate in validation invocations. |
|
ValidationErrorSetAdapter ( |
Construct a ValidationErrorSetAdapter which will capture errors and store them in the indicated ValidationErrorSet.
|
Method | Description | |
---|---|---|
SyntaxError ( object sender, |
Captures the details of a syntax error in the error set. This function can be used as the delegate for an XML parser invocation. |
public SemanticError ( string code, |
||
code | string | The FpML defined reason code associated with the error. |
context | The DOM |
|
description | string | A textual description of the problem detected. |
ruleName | string | The code for the FpML validation rule that has failed. |
additionalData | string | Any additional data that may assist in problem solving. |
return | void |
public ValidationErrorSetAdapter ( |
||
errorSet | ||
return | System |