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
SoDbAccessException
Assembly: SoCore.dll
Syntax
public class SoDbAccessException : SoException, ISerializable, _Exception
Constructors
SoDbAccessException(String)
Declaration
public SoDbAccessException(string message)
Parameters
Type |
Name |
Description |
String |
message |
|
SoDbAccessException(String, Exception)
Declaration
public SoDbAccessException(string message, Exception innerException)
Parameters
SoDbAccessException(String, Exception, String)
Declaration
public SoDbAccessException(string message, Exception innerException, string friendlyText)
Parameters
SoDbAccessException(String, String)
Declaration
public SoDbAccessException(string message, string friendlyText)
Parameters
Implements
Extension Methods
EnumUtil.MapEnums<From, To>(From)