Click or drag to resize
PostgresqlDatabaseAbstracterExplainException Method

[Missing <summary> documentation for "M:Activsoft.Engine.Db.Postgresql.PostgresqlDatabaseAbstracter.ExplainException(System.Data.Common.DbException,System.String@,System.String@)"]

Namespace: Activsoft.Engine.Db.Postgresql
Assembly: Activsoft.Engine.Db.Postgresql (in Activsoft.Engine.Db.Postgresql.dll) Version: 6.0.0.0 (6.0.0.0)
Syntax
public override bool ExplainException(
	DbException ex,
	out string code,
	out string message
)

Parameters

ex
Type: System.Data.CommonDbException

[Missing <param name="ex"/> documentation for "M:Activsoft.Engine.Db.Postgresql.PostgresqlDatabaseAbstracter.ExplainException(System.Data.Common.DbException,System.String@,System.String@)"]

code
Type: SystemString

[Missing <param name="code"/> documentation for "M:Activsoft.Engine.Db.Postgresql.PostgresqlDatabaseAbstracter.ExplainException(System.Data.Common.DbException,System.String@,System.String@)"]

message
Type: SystemString

[Missing <param name="message"/> documentation for "M:Activsoft.Engine.Db.Postgresql.PostgresqlDatabaseAbstracter.ExplainException(System.Data.Common.DbException,System.String@,System.String@)"]

Return Value

Type: Boolean

[Missing <returns> documentation for "M:Activsoft.Engine.Db.Postgresql.PostgresqlDatabaseAbstracter.ExplainException(System.Data.Common.DbException,System.String@,System.String@)"]

Implements

IDatabaseAbstracterExplainException(DbException, String, String)
See Also