Show / Hide Table of Contents

Class WindowsIdentityHelper.WindowsIdentityHelperException

Exception class wrapping error messages passed from the underlying LogonMethod.

Inheritance
object
Exception
SoException
WindowsIdentityHelper.WindowsIdentityHelperException
Implements
ISerializable
Inherited Members
SoException.LogAsException
SoException.FriendlyText
Exception.GetBaseException()
Exception.ToString()
Exception.GetObjectData(SerializationInfo, StreamingContext)
Exception.GetType()
Exception.Message
Exception.Data
Exception.InnerException
Exception.TargetSite
Exception.StackTrace
Exception.HelpLink
Exception.Source
Exception.HResult
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
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().

Implements

ISerializable

Extension Methods

EnumUtil.MapEnums<From, To>(From)
Converters.MapEnums<From, To>(From)
ExceptionHelper.DeepMessageStack(Exception, string)
ExceptionHelper.Enumerate(Exception)
ExceptionHelper.FindExceptionOfType<T>(Exception)
ExceptionHelper.GetExceptionInfo(Exception)
ExceptionHelper.GetInnermostException(Exception)
ExceptionHelper.SimpleMessageStack(Exception, string)
© SuperOffice. All rights reserved.
SuperOffice |  Community |  Release Notes |  Privacy |  Site feedback |  Search Docs |  About Docs |  Contribute |  Back to top