LyncClientException.InternalCode property
returns COM HRESULT for the exception.
Namespace: Microsoft.Lync.Model
Assembly: Microsoft.Lync.Model (in Microsoft.Lync.Model.dll)
Syntax
'Declaration
Public Property InternalCode As UInteger
Get
Friend Set
'Usage
Dim instance As LyncClientException
Dim value As UInteger
value = instance.InternalCode
public uint InternalCode { get; internal set; }
Property value
Type: System.UInt32