Show / Hide Table of Contents

Class WindowsIdentityHelper.WindowsIdentityHelperException

Exception class wrapping error messages passed from the underlying LogonMethod.

Inheritance
Object
SoException
WindowsIdentityHelper.WindowsIdentityHelperException
Inherited Members
SoException.LogAsException
SoException.FriendlyText
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)
Converters.MapEnums<From, To>(From)
© SuperOffice. All rights reserved.
SuperOffice |  Community |  Release Notes |  Privacy |  Site feedback |  Search Docs |  About Docs |  Contribute |  Back to top