Changeset 1705 for branches/eraser6/CodeReview/Eraser.Util/StreamInfo.cs
- Timestamp:
- 1/27/2010 5:58:28 AM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/eraser6/CodeReview/Eraser.Util/StreamInfo.cs
r1701 r1705 362 362 //Check that the handle is valid 363 363 if (handle.IsInvalid) 364 throw Marshal.GetExceptionForHR(Marshal.GetHRForLastWin32Error());364 throw Win32ErrorCode.GetExceptionForWin32Error(Marshal.GetLastWin32Error()); 365 365 366 366 //Return the FileStream
Note: See TracChangeset
for help on using the changeset viewer.
