English version of all error messages you can encounter while programming
  |   ABOUT


Localized version

FileStream 要求開啟的裝置並不是一個檔案。為了支援類似 'com1:' 或 'lpt1:' 的裝置,請呼叫 CreateFile,然後使用 FileStream 建構函式將 OS 控制代碼當做 IntPtr 使用。

Click to search this error in Google

English version

FileStream was asked to open a device that was not a file. For support for devices like 'com1:' or 'lpt1:', call CreateFile, then use the FileStream constructors that take an OS handle as an IntPtr.

Click to search this error in Google



Localized version
 Chinese (Traditional) Legacy

Error category
 .Net Framework

Other localized versions
24 versions





Copyright © dotmedias 2012 Launched in 2012, to help programmers finding solutions