| Frame Constructor |
Namespace: Network.Sim.Lan.Ethernet
public Frame( MacAddress destination, MacAddress source, byte[] payload, EtherType type )
| Exception | Condition |
|---|---|
| ArgumentNullException | Thrown if any of the arguments is null. |
| ArgumentException | Thrown if the payload parameter does not satisfy the Ethernet 802.3 length requirements. |