补充了Library的注释

This commit is contained in:
fengjiayi
2024-10-11 19:31:34 +08:00
parent aa85c907a3
commit 5bef0d9b57
27 changed files with 202 additions and 239 deletions

View File

@@ -55,7 +55,7 @@ namespace Serein.NodeFlow.Model
}
catch (FlipflopException ex)
{
if(ex.Clsss == FlipflopException.CancelClass.Flow)
if(ex.Type == FlipflopException.CancelClass.Flow)
{
throw;
}