Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets the error code of the last exception.
Namespace: Microsoft.SharePoint.Portal.SingleSignon
Assembly: Microsoft.SharePoint.Portal.SingleSignon (in Microsoft.SharePoint.Portal.SingleSignon.dll)
Syntax
'Declaration
Public ReadOnly Property LastErrorCode As Integer
Get
'Usage
Dim instance As SingleSignonException
Dim value As Integer
value = instance.LastErrorCode
public int LastErrorCode { get; }
Property Value
Type: System.Int32