Class RecivePacketException
- Namespace
- McpXLib.Exceptions
- Assembly
- McpXLib.dll
受信パケットの例外
public class RecivePacketException : Exception, ISerializable
- Inheritance
-
RecivePacketException
- Implements
- Inherited Members
Remarks
PLCから受け取ったパケットが変換できない場合に例外をスローします。
Constructors
RecivePacketException(string)
受信パケットの例外
public RecivePacketException(string message)
Parameters
message
string詳細の内容
Remarks
PLCから受け取ったパケットが変換できない場合に例外をスローします。