You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Creating a block from a list of expressions which contains a null normally throws ArgumentNullException.
However, if this null expression is the last expression, and if the block has variables and doesn't have an explicitly set type, then it throws NullReferenceException instead.
The text was updated successfully, but these errors were encountered:
Creating a block from a list of expressions which contains a null normally throws
ArgumentNullException
.However, if this null expression is the last expression, and if the block has variables and doesn't have an explicitly set type, then it throws
NullReferenceException
instead.The text was updated successfully, but these errors were encountered: