Saxon API for .NET

DynamicError.ModuleUri Property

The URI of the query or stylesheet module in which the error was detected (as a string)

public string ModuleUri {get;}

Remarks

May be null if the location of the error is unknown, or if the error is not localized to a specific module, or if the module in question has no known URI (for example, if it was supplied as an anonymous Stream)

See Also

DynamicError Class | Saxon.Api Namespace