I'm trying to augment my Log4Net implementation with using Android.Util.Log. All the arguments for Log.Error or Log.warn take Java.Lang.Throwable though, and all I have is System.Exception. Is there a clean way to cast/convert my exception over?
↧
I'm trying to augment my Log4Net implementation with using Android.Util.Log. All the arguments for Log.Error or Log.warn take Java.Lang.Throwable though, and all I have is System.Exception. Is there a clean way to cast/convert my exception over?