Warning and error in C#



WARNING.CS
===

#warning This is A warning
class zzz
{
//#error This is An error
public static void Main()
{
System.Console.WriteLine(”MAIN”);
}
}

===

For other C# code or website scripts source code please visit http://fullycoded.com/

Related posts

  • Change a User’s Password (w/o Active Directory).
  • WORMBURNER EMAIL SECURITY SCANNER
  • DNS ALERT
  • Add basic autorun
  • VTERM – billing database manager and processing system.
  • MASTERGATE
  • SUPERSTATS LOG ANALYZER


  • Leave a Reply

    You must be logged in to post a comment.