Bugsense.WPF.BugSense.DetachHandler C# (CSharp) Méthode

DetachHandler() public static méthode

Detaches the eventhandler from AppDomain.CurrentDomain.UnhandledException. Useful if you want to send exceptions your self.
public static DetachHandler ( ) : void
Résultat void
        public static void DetachHandler()
        {
            AppDomain.CurrentDomain.UnhandledException -= UnhandledException;
        }