RingSoft.DbLookup.Controls.WPF.Properties Namespace
RingSoft.DbMaintenance Namespace

DbDataProcessor..::..DisplayDataException Method

Displays a data exception.

Namespace:  RingSoft.DbLookup.DataProcessor
Assembly:  RingSoft.DbLookup (in RingSoft.DbLookup.dll)

Syntax


public static void DisplayDataException(
	Exception exception,
	string debugMessage
)
Public Shared Sub DisplayDataException ( _
	exception As Exception, _
	debugMessage As String _
)
public:
static void DisplayDataException(
	Exception^ exception, 
	String^ debugMessage
)

Parameters

exception
Type: Exception
The exception.
debugMessage
Type: String
The debug message.