5 references to ThrowExceptionWithLine
PresentationFramework (5)
System\Windows\Markup\BamlRecordWriter.cs (1)
94_xamlTypeMapper.ThrowExceptionWithLine(e.Message, e.InnerException);
System\Windows\Markup\XamlTypeMapper.cs (4)
3793ThrowExceptionWithLine(SR.GetResourceString(id), null); 3798ThrowExceptionWithLine(SR.Format(SR.GetResourceString(id), parameter), null); 3803ThrowExceptionWithLine(SR.Format(SR.GetResourceString(id), parameter1, parameter2), null); 3808ThrowExceptionWithLine(SR.Format(SR.GetResourceString(id), parameter1, parameter2, parameter3), null);