Ilumnis Authentication

StorageException Class

Generic storage exception. Base for all exceptions thrown from storage logic.

For a list of all members of this type, see StorageException Members.

System.Object
   System.Exception
      System.ApplicationException
         IExSys.Authentication.Exceptions.AuthenticationException
            IExSys.Authentication.Exceptions.StorageException
               IExSys.Authentication.Exceptions.StorageDeleteException
               IExSys.Authentication.Exceptions.StorageInitializationException
               IExSys.Authentication.Exceptions.StorageInsertException
               IExSys.Authentication.Exceptions.StorageLoadException
               IExSys.Authentication.Exceptions.StorageUpdateException

public class StorageException : AuthenticationException

Thread Safety

Public static (Shared in Visual Basic) members of this type are safe for multithreaded operations. Instance members are not guaranteed to be thread-safe.

Requirements

Namespace: IExSys.Authentication.Exceptions

Assembly: IExSys.Authentication (in IExSys.Authentication.dll)

See Also

StorageException Members | IExSys.Authentication.Exceptions Namespace