Overload | Description |
---|---|
Assert(Boolean,String,Object[]) | if(condition == false) throws A runtime assertion failed: {0} |
Assert(Boolean) | if(condition == false) throws A runtime assertion failed while performing the operation. |
Assert(Boolean,String) | if(condition == false) throws A runtime assertion failed: {0} |
Target Platforms: Windows XP, Windows Server 2003, Windows Vista, Windows Server 2008, Windows 7