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);
        }
    }