Terraria v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
ErrorCodeHelper.cs
Go to the documentation of this file.
2
4
5internal static class ErrorCodeHelper
6{
7 public static CryptographicException ToCryptographicException(this global::Interop.NCrypt.ErrorCode errorCode)
8 {
9 return ((int)errorCode).ToCryptographicException();
10 }
11}
static CryptographicException ToCryptographicException(this global::Interop.NCrypt.ErrorCode errorCode)