VerificationException

VerificationExceptionCF 1.0, ECMA 1.0, serializable

System.Security (mscorlib.dll)class
public class VerificationException : SystemException {
// Public Constructors
   public VerificationException(  );
   public VerificationException(string message);
   public VerificationException(string message, Exception innerException);
// Protected Constructors
   protected VerificationException(System.Runtime.Serialization.SerializationInfo info, 
        System.Runtime.Serialization.StreamingContext context);
}

This exception is thrown when code that does not have permission to skip verification fails the verification process and cannot be verified as being type-safe.

Hierarchy

System.Object System.Exception(System.Runtime.Serialization.ISerializable) System.SystemException VerificationException



    Part V: API Quick Reference