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)
3785ThrowExceptionWithLine(SR.GetResourceString(id), null); 3790ThrowExceptionWithLine(SR.Format(SR.GetResourceString(id), parameter), null); 3795ThrowExceptionWithLine(SR.Format(SR.GetResourceString(id), parameter1, parameter2), null); 3800ThrowExceptionWithLine(SR.Format(SR.GetResourceString(id), parameter1, parameter2, parameter3), null);