using System;
public class Program
{
public static void Main()
try {
var t = Type.GetType("asdfdasfghdsfhgdf, Asadfgas");
Console.WriteLine("-->{0}", t != null ? t.ToString() : "null");
}
catch (Exception x) {
Console.WriteLine("EXCEPTION ==>{0}", x);