TypeDescriptorError Constructor
Initializes a new instance of the class.
Namespace: Microsoft.SharePoint.BusinessData.Administration
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Protected Sub New ( _
errorStruct As ActivationErrorRecordStruct _
)
'Usage
Dim errorStruct As ActivationErrorRecordStruct
Dim instance As New TypeDescriptorError(errorStruct)
protected TypeDescriptorError(
ActivationErrorRecordStruct errorStruct
)
Parameters
errorStruct
Type: Microsoft.SharePoint.BusinessData.SharedService.ActivationErrorRecordStructThe error structure.