Westwind Utilities
DataAccessBase.SetError
Table of Contents
On this page:

DataAccessBase.SetError

Sets the error message for failure operations.

public abstract void SetError(string message, int errorNumber)

Parameters

message

errorNumber

Overloads

public abstract void SetError(string message, Exception ex)
public abstract void SetError(DbException ex)
public abstract void SetError(SqlException ex)
public abstract void SetError(Exception ex)
public abstract void SetError()

© West Wind Technologies, 2026 • updated: Jan 14, 2026
Comment or report problem with topic