Skip to content

Commit

Permalink
This example doesn't work #583
Browse files Browse the repository at this point in the history
- added anchor
  • Loading branch information
mpostol committed Apr 28, 2021
1 parent c3b30a6 commit 3708424
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion SemanticData/UANodeSetValidation/AddressSpaceContext.cs
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ void IAddressSpaceContext.ValidateAndExportModel(Uri targetNamespace)
{
m_TraceEvent.TraceEvent(TraceMessage.DiagnosticTraceMessage(string.Format("Entering IAddressSpaceContext.ValidateAndExportModel - starting for the {0} namespace.", targetNamespace)));
int _nsIndex = m_NamespaceTable.GetURIIndex(targetNamespace);
//
//TODO This example doesn't work #583
if (_nsIndex == -1)
throw new ArgumentOutOfRangeException("targetNamespace", $"Cannot find this {targetNamespace} namespace");
ValidateAndExportModel(_nsIndex);
Expand Down

0 comments on commit 3708424

Please sign in to comment.