Function LogExceptionEx( _ ByVal ex As Exception, _ ByVal format As String, _ ByVal ParamArray args() As Object _ ) As LogResponse
Dim instance As ILog Dim ex As Exception Dim format As String Dim args() As Object Dim value As LogResponse value = instance.LogExceptionEx(ex, format, args)
LogResponse^ LogExceptionEx( Exception^ ex, String^ format, ... array<Object^>^ args )
Parameters
- ex
- format
- args