Changeset 1705 for branches/eraser6/CodeReview/Eraser.Util/File.cs
- Timestamp:
- 1/27/2010 5:58:28 AM (3 years ago)
- File:
-
- 1 edited
-
branches/eraser6/CodeReview/Eraser.Util/File.cs (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/eraser6/CodeReview/Eraser.Util/File.cs
r1681 r1705 163 163 throw new IOException(string.Format(CultureInfo.CurrentCulture, 164 164 "Could not load file icon from {0}", path), 165 Marshal.GetExceptionForHR(Marshal.GetHRForLastWin32Error()));165 Win32ErrorCode.GetExceptionForWin32Error(Marshal.GetLastWin32Error())); 166 166 } 167 167
Note: See TracChangeset
for help on using the changeset viewer.
