This commit is contained in:
parent
4120559a3a
commit
79cda26586
|
@ -59,7 +59,7 @@ namespace BITKit.UX
|
|||
}
|
||||
//ve = document.rootVisualElement.Q(bindPathAtt.Path);
|
||||
if(bindPathAtt.CanBeNull is false && ve is null)
|
||||
BIT4Log.LogException(new NullReferenceException($"未找到{bindPathAtt.Path}"));
|
||||
BIT4Log.LogException(new NullReferenceException($"{self.GetType().Name}上未找到{bindPathAtt.Path}"));
|
||||
|
||||
if (fieldInfo.FieldType == typeof(UXContainer))
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue