Relative Content

Tag Archive for c#xamlreader

How to fix RamlReader

enter image description here
please tell me what is the cause? what is the error? and how to fix it?
I hope to have a suitable answer for this situation
internal static void RewrapException(Exception e, Uri baseUri){RewrapException(e, null, baseUri);}
internal static void RewrapException(Exception e, IXamlLineInfo lineInfo, Uri baseUri)
{throw WrapException(e, lineInfo, baseUri);