Class WindowsIdentityHelper.WindowsIdentityHelperException
Exception class wrapping error messages passed from the underlying LogonMethod.
Namespace: SuperOffice.Security.Util
Assembly: SoCore.dll
Syntax
public sealed class WindowsIdentityHelperException : SoException
Properties
ErrorCode
Get error-code as returned from Win32 (e.g. kernel32.dll) GetLastError().
Declaration
public int ErrorCode { get; }
Property Value
Type | Description |
---|---|
Int32 | Error-code as returned from Win32 (e.g. kernel32.dll) GetLastError(). |
Extension Methods
EnumUtil.MapEnums<From, To>(From)