CIPException Class
Namespace: GHIElectronics.TinyCLR.EthernetIP.Scanner · Assembly: GHIElectronics.TinyCLR.EthernetIP.Scanner
No description available.
public class CIPException : Exception
Constructors
CIPException()
public CIPException()
No description available.
CIPException(string message)
public CIPException(string message) : base(message)
No description available.
| Parameter | Type | Description |
|---|---|---|
message | string |
CIPException(string message, Exception inner)
public CIPException(string message, Exception inner) : base(message, inner)
No description available.
| Parameter | Type | Description |
|---|---|---|
message | string | |
inner | Exception |