1
This commit is contained in:
@@ -357,7 +357,18 @@ namespace BITKit.Net
|
||||
returnWriter.Write(true);
|
||||
if (value is not null)
|
||||
{
|
||||
BITBinary.Write(returnWriter, value);
|
||||
try
|
||||
{
|
||||
BITBinary.Write(returnWriter, value);
|
||||
}
|
||||
catch (NullReferenceException e)
|
||||
{
|
||||
throw;
|
||||
}
|
||||
catch (Exception e)
|
||||
{
|
||||
throw;
|
||||
}
|
||||
}
|
||||
}
|
||||
else
|
||||
|
Reference in New Issue
Block a user