MichaCo / DnsClient.NET

DnsClient.NET is a simple yet very powerful and high performant open source library for the .NET Framework to do DNS lookups
https://dnsclient.michaco.net
Apache License 2.0
789 stars 137 forks source link

catch exceptions thrown when accessing windows registry #150

Closed camnewnham closed 2 years ago

camnewnham commented 2 years ago

Fixes #149

MichaCo commented 2 years ago

The change is ok, I'll add the try catch higher up though and ignore any error for now. Just DllNotFoundException doesn't do it.

/closed