June 2003
Intermediate to advanced
714 pages
22h 8m
English
VerificationException
public class VerificationException : SystemException { // Public Constructors public VerificationException( ); public VerificationException(stringmessage); public VerificationException(stringmessage, ExceptioninnerException); // Protected Constructors protected VerificationException(System.Runtime.Serialization.SerializationInfoinfo, System.Runtime.Serialization.StreamingContextcontext); }
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.
System.Object
→
System.Exception(System.Runtime.Serialization.ISerializable)
→
System.SystemException
→
VerificationException