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