UniqueId Constructor (array<Byte[], Int32)
Microsoft Silverlight will reach end of support after October 2021. Learn more.
Namespace: System.Xml
Assembly: System.Runtime.Serialization (in System.Runtime.Serialization.dll)
Syntax
'Declaration
<SecuritySafeCriticalAttribute> _
Public Sub New ( _
guid As Byte(), _
offset As Integer _
)
[SecuritySafeCriticalAttribute]
public UniqueId(
byte[] guid,
int offset
)
Parameters
- guid
Type: array<System.Byte[]
A byte array that represents a Guid.
- offset
Type: System.Int32
Offset position within the byte array that represents a Guid.
Exceptions
Exception | Condition |
---|---|
ArgumentNullException | guid is nulla null reference (Nothing in Visual Basic). |
ArgumentOutOfRangeException | offset is less than zero or greater than the length of the array. |
ArgumentException | guid and offset provide less than 16 valid bytes. |
Remarks
Only the first 16 bytes at the specified offset are used.
Version Information
Silverlight
Supported in: 5, 4, 3
Silverlight for Windows Phone
Supported in: Windows Phone OS 7.1, Windows Phone OS 7.0
XNA Framework
Supported in: Windows Phone OS 7.0
Platforms
For a list of the operating systems and browsers that are supported by Silverlight, see Supported Operating Systems and Browsers.