BraintreeEncryption.Library.BouncyCastle.Crypto.InvalidCipherTextException.InvalidCipherTextException C# (CSharp) 메소드

InvalidCipherTextException() 공개 메소드

public InvalidCipherTextException ( string message, Exception exception ) : System
message string
exception System.Exception
리턴 System
        public InvalidCipherTextException(
            string		message,
            Exception	exception)
            : base(message, exception)
        {
        }

Same methods

InvalidCipherTextException::InvalidCipherTextException ( ) : System
InvalidCipherTextException::InvalidCipherTextException ( string message ) : System
InvalidCipherTextException