Terraria v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches

◆ WindowsCryptographicException() [4/4]

Internal.Cryptography.CryptoThrowHelper.WindowsCryptographicException.WindowsCryptographicException ( int hr,
string message )
inline

Definition at line 9 of file CryptoThrowHelper.cs.

10 : base(message)
11 {
12 base.HResult = hr;
13 }