System.Security.Cryptography.CryptographicException.ThrowCryptogaphicException C# (CSharp) Méthode

ThrowCryptogaphicException() private static méthode

private static ThrowCryptogaphicException ( int hr ) : void
hr int
Résultat void
        private static void ThrowCryptogaphicException (int hr) {
            throw new CryptographicException(hr);
        }
    }