Debug Assert : Debug : Development C# Examples


C# Examples » Development » Debug »

 

Debug Assert









    
using  System;
using  System.Diagnostics;

using  System.Collections;

using  System.Data;
using  System.Text;

public  class  MainClass{
      public  static  void  Main(){
          Debug.Assert(1  ==  0,"Error!","Error:  1  ==  0");
      }
}
    
   
  
   




HTML code for linking to this page:

Follow Navioo On Twitter

C# Examples

 Navioo Development
» Debug