Name

VerificationException

Synopsis

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

Get Programming .NET Security now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.