Message in Japanese (日本語)
FileStream はファイルでないデバイスを開くように要求されました。'com1:' または 'lpt1:' のようなデバイスをサポートするには、CreateFile を呼び出してから OS ハンドルを IntPtr として受け取る FileStream コンストラクタを使用してください。
Unlocalized message
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.
Search by Google