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
Implements
Inherited Members
Namespace: SuperOffice.Exceptions
Assembly: SoCore.dll
Syntax
public class SoDbAccessException : SoException, ISerializable
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 |