MsgBoxShowAndLog Method (IWin32Window, String, Exception, Logger) |
Namespace:
EnterpriseDT.Util
Assembly:
edtFTPnetPRO (in edtFTPnetPRO.dll) Version: 12.3.0.0
Syntaxpublic static void ShowAndLog(
IWin32Window owner,
string text,
Exception e,
Logger log
)
Public Shared Sub ShowAndLog (
owner As IWin32Window,
text As String,
e As Exception,
log As Logger
)
public:
static void ShowAndLog(
IWin32Window^ owner,
String^ text,
Exception^ e,
Logger^ log
)
static member ShowAndLog :
owner : IWin32Window *
text : string *
e : Exception *
log : Logger -> unit
Parameters
- owner
- Type: System.Windows.FormsIWin32Window
- text
- Type: SystemString
- e
- Type: SystemException
- log
- Type: EnterpriseDT.Util.DebugLogger
See Also