Table of Contents

Class DeviceAddressException

Namespace
McpXLib.Exceptions
Assembly
McpXLib.dll

デバイスアドレスの例外

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

Remarks

下記、場合に例外をスローします。
・10進のデバイスに対して、アドレスに数字以外の文字列を含んでいる。
・16進のデバイスに対して、アドレスに16進に変換できない文字列を含んでいる。

Constructors

DeviceAddressException(string)

デバイスアドレスの例外

public DeviceAddressException(string message)

Parameters

message string

詳細の内容

Remarks

下記、場合に例外をスローします。
・10進のデバイスに対して、アドレスに数字以外の文字列を含んでいる。
・16進のデバイスに対して、アドレスに16進に変換できない文字列を含んでいる。