C#
Parameters
- checkExpression
- Expression to check for being equal to
null
. - replacementExpression
- Expression returned by the function if checkExpression is equal to
null
.
Exception | Description |
---|---|
System.ArgumentNullException | If the null value is passed as either the checkExpression or the replacementExpression parameter. |
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2