C# Class Internal.Cryptography.CryptoThrowHelper.WindowsCryptographicException

Inheritance: System.Security.Cryptography.CryptographicException
Show file Open project: dotnet/corefx

Public Methods

Method Description
WindowsCryptographicException ( int hr, string message ) : System

Method Details

WindowsCryptographicException() public method

public WindowsCryptographicException ( int hr, string message ) : System
hr int
message string
return System