UniqueId Constructor (Byte())
[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]
Creates a new instance of the UniqueId class using a byte array that represents a Guid.
Assembly: System.Runtime.Serialization (in System.Runtime.Serialization.dll)
Parameters
- guid
- Type:
System.Byte
()
A byte array that represents a Guid.
| Exception | Condition |
|---|---|
| ArgumentNullException | guid is Nothing. |
| ArgumentException | guid provides less than 16 valid bytes. |
Show: