C# Class System.Security.Cryptography.CryptographicException

Inheritance: System.Exception
Afficher le fichier Open project: gbarnett/shared-source-cli-2.0 Class Usage Examples

Méthodes publiques

Méthode Description
CryptographicException ( ) : Microsoft.Win32
CryptographicException ( String message ) : Microsoft.Win32
CryptographicException ( String message, Exception inner ) : Microsoft.Win32
CryptographicException ( String format, String insert ) : Microsoft.Win32
CryptographicException ( int hr ) : Microsoft.Win32

Méthodes protégées

Méthode Description
CryptographicException ( SerializationInfo info, StreamingContext context ) : Microsoft.Win32

Private Methods

Méthode Description
ThrowCryptogaphicException ( int hr ) : void

Method Details

CryptographicException() public méthode

public CryptographicException ( ) : Microsoft.Win32
Résultat Microsoft.Win32

CryptographicException() protected méthode

protected CryptographicException ( SerializationInfo info, StreamingContext context ) : Microsoft.Win32
info SerializationInfo
context StreamingContext
Résultat Microsoft.Win32

CryptographicException() public méthode

public CryptographicException ( String message ) : Microsoft.Win32
message String
Résultat Microsoft.Win32

CryptographicException() public méthode

public CryptographicException ( String message, Exception inner ) : Microsoft.Win32
message String
inner Exception
Résultat Microsoft.Win32

CryptographicException() public méthode

public CryptographicException ( String format, String insert ) : Microsoft.Win32
format String
insert String
Résultat Microsoft.Win32

CryptographicException() public méthode

public CryptographicException ( int hr ) : Microsoft.Win32
hr int
Résultat Microsoft.Win32