System.Security.Cryptography.CryptographicException.ThrowCryptogaphicException C# (CSharp) Метод

ThrowCryptogaphicException() приватный статический Метод

private static ThrowCryptogaphicException ( int hr ) : void
hr int
Результат void
        private static void ThrowCryptogaphicException (int hr) {
            throw new CryptographicException(hr);
        }
    }