APG.CodeHelper.ExceptionHandler.ExceptionDialog.ISGBExceptionDialog_Load C# (CSharp) Method

ISGBExceptionDialog_Load() private method

private ISGBExceptionDialog_Load ( object sender, EventArgs e ) : void
sender object
e EventArgs
return void
        private void ISGBExceptionDialog_Load(object sender, EventArgs e)
        {
            #if !DEBUG
            LogFileName = LogException.LogExceptionToFile(exception);
            #endif
        }