Figured it out to some extent.
Entities.VerifierEngine.DefaultVerifierOptions.ErrorNotificationMode = VerifierErrorNotificationMode.NotifyAndThrowException;
With WPF you have to set the "ErrorNotificationMode" to "NotifyAndThrowException" becuase WPF is behind the times.