Log an error level message
Namespace: EnterpriseDT.Util.DebugAssembly: edtFTPnet (in edtFTPnet.dll) Version: 2.2.3.0
Syntax
| C# |
|---|
public virtual void Error( string message, Exception t ) |
| Visual Basic |
|---|
Public Overridable Sub Error ( _ message As String, _ t As Exception _ ) |
| Visual C++ |
|---|
public: virtual void Error( String^ message, Exception^ t ) |
Parameters
- message
- Type: System..::..String
message to log
- t
- Type: System..::..Exception
throwable object