System.Security.VerificationException.VerificationException C# (CSharp) Method

VerificationException() protected method

protected VerificationException ( SerializationInfo info, StreamingContext context ) : System.Security
info System.Runtime.Serialization.SerializationInfo
context System.Runtime.Serialization.StreamingContext
return System.Security
        protected VerificationException(SerializationInfo info, StreamingContext context) : base(info, context) {
        }
    }

Same methods

VerificationException::VerificationException ( ) : System.Security
VerificationException::VerificationException ( String message ) : System.Security
VerificationException::VerificationException ( String message, Exception innerException ) : System.Security
VerificationException