Esempio n. 1
0
 /// <summary>
 /// System.Security.VerificationException with message like "Non-verifiable assembly generated: {0}:\nAssembly preserved as {1}\nError text:\n{2}\n"
 /// </summary>
 internal static Exception VerificationException(object p0, object p1, object p2)
 {
     return(new System.Security.VerificationException(Strings.VerificationException(p0, p1, p2)));
 }