Mini SQL Query Extensibility Documentation
SetException Method (exp)
NamespacesMiniSqlQuery.Core.ControlsExceptionControlSetException(Exception)
Sets the exception to display.
Declaration Syntax
C#Visual BasicVisual C++
public void SetException(
	Exception exp
)
Public Sub SetException ( _
	exp As Exception _
)
public:
void SetException(
	Exception^ exp
)
Parameters
exp (Exception)
The exception object.

Assembly: MiniSqlQuery.Core (Module: MiniSqlQuery.Core) Version: 1.0.0.0 (1.0.0.0)