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