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



Programming. NET Security
Programming .Net Security
ISBN: 0596004427
EAN: 2147483647
Year: 2005
Pages: 346

flylib.com © 2008-2017.
If you may any questions please contact us: flylib@qtcs.net