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

VerificationException() public method

public VerificationException ( String message, Exception innerException ) : System.Security
message String
innerException System.Exception
return System.Security
        public VerificationException(String message, Exception innerException) 
            : base(message, innerException) {
            SetErrorCode(__HResults.COR_E_VERIFICATION);
        }

Same methods

VerificationException::VerificationException ( ) : System.Security
VerificationException::VerificationException ( SerializationInfo info, StreamingContext context ) : System.Security
VerificationException::VerificationException ( String message ) : System.Security
VerificationException