Table of Contents

Class McProtocolException

Namespace
McpXLib.Exceptions
Assembly
McpXLib.dll

MCプロトコルの交信例外

public class McProtocolException : Exception, ISerializable
Inheritance
McProtocolException
Implements
Inherited Members

Remarks

PLCとの更新時にエラーコードが返ってきた場合に例外をスローします。

Constructors

McProtocolException(string)

MCプロトコルの交信例外

public McProtocolException(string message)

Parameters

message string

詳細の内容

Remarks

PLCとの更新時にエラーコードが返ってきた場合に例外をスローします。