Appccelerate.SourceTemplates.Log4Net.DriveLogExtension.FailGetDrives C# (CSharp) Method

FailGetDrives() public method

public FailGetDrives ( System &exception ) : void
exception System
return void
        public override void FailGetDrives(ref System.Exception exception)
        {
            this.log.Error("Error occurred while getting all drives.", exception);
        }
    }