Miner.Tasks Namespace > Check Class > Assert Method : Assert(Boolean,String,Exception) Method |
'Declaration
Public Overloads Shared Sub Assert( _ ByVal assertion As System.Boolean, _ ByVal message As System.String, _ ByVal inner As System.Exception _ )
'Usage
Dim assertion As System.Boolean Dim message As System.String Dim inner As System.Exception Check.Assert(assertion, message, inner)
public procedure Assert( assertion: System.Boolean; message: System.String; inner: System.Exception ); static;
public static function Assert( assertion : System.boolean, message : System.String, inner : System.Exception );
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