BlogTalkRadio.Tools.CFT.TraceTransformationLogger.LogErrorFromException C# (CSharp) Méthode

LogErrorFromException() public méthode

Logs the error from exception.
public LogErrorFromException ( Exception ex ) : void
ex System.Exception The ex.
Résultat void
        public void LogErrorFromException(Exception ex)
        {
            Trace.TraceError(ex.Message);
        }

Same methods

TraceTransformationLogger::LogErrorFromException ( Exception ex, string file ) : void
TraceTransformationLogger::LogErrorFromException ( Exception ex, string file, int lineNumber, int linePosition ) : void