Show / Hide Table of Contents

Class SoDbAccessException

Exception class used to indicate a major problem with access to the database, or basic rights/assumptions wrong within it. Typically wrong db user/pwd, or table prefix

Inheritance
Object
SoException
SoDbAccessException
Inherited Members
SoException.LogAsException
SoException.FriendlyText
Namespace: SuperOffice.Exceptions
Assembly: SoCore.dll
Syntax
public class SoDbAccessException : SoException

Constructors

SoDbAccessException(String)

Exception class used to indicate a major problem with access to the database, or basic rights/assumptions wrong within it. Typically wrong db user/pwd, or table prefix

Declaration
public SoDbAccessException(string message)
Parameters
Type Name Description
String message

SoDbAccessException(String, Exception)

Exception class used to indicate a major problem with access to the database, or basic rights/assumptions wrong within it. Typically wrong db user/pwd, or table prefix

Declaration
public SoDbAccessException(string message, Exception innerException)
Parameters
Type Name Description
String message
Exception innerException

SoDbAccessException(String, Exception, String)

Exception class used to indicate a major problem with access to the database, or basic rights/assumptions wrong within it. Typically wrong db user/pwd, or table prefix

Declaration
public SoDbAccessException(string message, Exception innerException, string friendlyText)
Parameters
Type Name Description
String message
Exception innerException
String friendlyText

SoDbAccessException(String, String)

Exception class used to indicate a major problem with access to the database, or basic rights/assumptions wrong within it. Typically wrong db user/pwd, or table prefix

Declaration
public SoDbAccessException(string message, string friendlyText)
Parameters
Type Name Description
String message
String friendlyText

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