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
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 |