1
This commit is contained in:
@@ -67,7 +67,14 @@ namespace BITKit.UX
|
||||
}
|
||||
else
|
||||
{
|
||||
fieldInfo.SetValue(self, ve);
|
||||
try
|
||||
{
|
||||
fieldInfo.SetValue(self, ve);
|
||||
}
|
||||
catch (Exception e)
|
||||
{
|
||||
BIT4Log.Warning<UXUtils>(field!.Name);
|
||||
}
|
||||
}
|
||||
|
||||
}
|
||||
|
Reference in New Issue
Block a user