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, params Object[] args ) |
Visual Basic |
---|
Public Overridable Sub Error ( _ message As String, _ t As Exception, _ ParamArray args As Object() _ ) |
Visual C++ |
---|
public: virtual void Error( String^ message, Exception^ t, ... array<Object^>^ args ) |
Parameters
- message
- Type: System..::..String
message to log
- t
- Type: System..::..Exception
throwable object
- args
- Type: array<System..::..Object>[]()[][]
arguments references in the message.