System.Security.Cryptography.CryptographicException.CryptographicException.CryptographicException C# (CSharp) Метод

CryptographicException() публичный Метод

public CryptographicException ( ) : System
Результат System
		public CryptographicException ()
			: base (Locale.GetText ("Error occured during a cryptographic operation."))
		{
			// default to CORSEC_E_CRYPTO
			// defined as EMAKEHR(0x1430) in CorError.h
			HResult = unchecked ((int)0x80131430);
		}

Same methods

CryptographicException.CryptographicException::CryptographicException ( SerializationInfo info, StreamingContext context ) : System
CryptographicException.CryptographicException::CryptographicException ( int hr ) : System
CryptographicException.CryptographicException::CryptographicException ( string message ) : System
CryptographicException.CryptographicException::CryptographicException ( string message, Exception inner ) : System
CryptographicException.CryptographicException::CryptographicException ( string format, string insert ) : System
CryptographicException.CryptographicException