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

◆ ToCryptographicException() [2/2]

static CryptographicException Internal.Cryptography.ErrorCodeHelper.ToCryptographicException ( this global::Interop::NCrypt::ErrorCode errorCode)
inlinestatic

Definition at line 7 of file ErrorCodeHelper.cs.

8 {
9 return ((int)errorCode).ToCryptographicException();
10 }