TileIconifier.Forms.Shared.FrmException.FrmUnhandledExceptionLoad C# (CSharp) Méthode

FrmUnhandledExceptionLoad() private méthode

private FrmUnhandledExceptionLoad ( object sender, EventArgs e ) : void
sender object
e System.EventArgs
Résultat void
        private void FrmUnhandledExceptionLoad(object sender, EventArgs e)
        {
            rtxtUnhandledException.Text = rtxtUnhandledException.Text.Replace("[@@EXCEPTIONSTRING@@]",
                ExceptionString);
        }