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

ExtensionMethods..::..ProcessException Method

Processes the exception.

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

Syntax


public static void ProcessException(
	this Exception e,
	string debugMessage,
	bool silent
)
<ExtensionAttribute> _
Public Shared Sub ProcessException ( _
	e As Exception, _
	debugMessage As String, _
	silent As Boolean _
)
[ExtensionAttribute]
public:
static void ProcessException(
	Exception^ e, 
	String^ debugMessage, 
	bool^ silent
)

Parameters

e
Type: Exception
The e.
debugMessage
Type: String
The debug message.
silent
Type: Boolean
if set to true [silent].