5 references to ThrowExceptionWithLine
PresentationFramework (5)
System\Windows\Markup\BamlRecordWriter.cs (1)
90_xamlTypeMapper.ThrowExceptionWithLine(e.Message, e.InnerException);
System\Windows\Markup\XamlTypeMapper.cs (4)
3782ThrowExceptionWithLine(SR.GetResourceString(id), null); 3787ThrowExceptionWithLine(SR.Format(SR.GetResourceString(id), parameter), null); 3792ThrowExceptionWithLine(SR.Format(SR.GetResourceString(id), parameter1, parameter2), null); 3797ThrowExceptionWithLine(SR.Format(SR.GetResourceString(id), parameter1, parameter2, parameter3), null);