Exception.Message contains only the message (doh) associated with the exception. Example: Object reference not set to an instance of an object The Exception.ToString() method will give a much more verbose output, containing the exception type, the me
using System;using System.Collections.Generic;using System.Linq;using System.Text; using Microsoft.Practices.Unity;using Microsoft.Practices.Unity.InterceptionExtension; namespace VirtualRemote.log4net{ public class LogHandler : ICallHandler { /// <s