AdminException.ErrorCode Property
Gets the error code of the error.
Namespace: Microsoft.SharePoint.Search.Extended.Administration.Common
Assembly: Microsoft.SharePoint.Search.Extended.Administration.Common (in Microsoft.SharePoint.Search.Extended.Administration.Common.dll)
Syntax
'Declaration
Public Property ErrorCode As String
Get
Private Set
'Usage
Dim instance As AdminException
Dim value As String
value = instance.ErrorCode
public string ErrorCode { get; private set; }
Property Value
Type: System.String
Remarks
The code is one of the error codes defined in ErrorCodeRes.
See Also
Reference
Microsoft.SharePoint.Search.Extended.Administration.Common Namespace