InnerException

If you know something should never be a null or if you want to ignore all null values, check for it.
if (e.InnerException != null) { Logger.Write(e.InnerException); }