Skip to main content

CIPException Class

NuGet: GHIElectronics.TinyCLR.EthernetIP.Scanner
Assembly: GHIElectronics.TinyCLR.EthernetIP.Scanner
Namespace: GHIElectronics.TinyCLR.EthernetIP.Scanner

Thrown when the target returns a non-success CIP general status code.

public class CIPException : Exception

Constructors

CIPException()

public CIPException()

Initializes a new CIP exception with no message.

CIPException(string message)

public CIPException(string message) : base(message)

Initializes a new CIP exception with the given message.

CIPException(string message, Exception inner)

public CIPException(string message, Exception inner) : base(message, inner)

Initializes a new CIP exception with the given message and inner exception.