Mono Class Library: System.Security Namespace

System.Security.VerificationException Class

Represents the error that occurs when the security system requires code to be type-safe and the verification process is unable to verify that the code is type-safe.

See Also: VerificationException Members

System.Object
     System.Exception
          System.SystemException
               System.Security.VerificationException

[System.Runtime.InteropServices.ComVisible(true)]
public class VerificationException : SystemException

Thread Safety

All public static members of this type are safe for multithreaded operations. No instance members are guaranteed to be thread safe.

Remarks

Note:

The following CIL instructions throw System.Security.VerificationException:

  • ldloc
  • ldloca.<length>

Requirements

Namespace: System.Security
Assembly: mscorlib (in mscorlib.dll)
Assembly Versions: 1.0.5000.0, 2.0.0.0