C# Class System.Security.Cryptography.CryptographicException.CryptographicException

Inheritance: System.SystemException
Afficher le fichier Open project: runefs/Marvin

Méthodes publiques

Méthode Description
CryptographicException ( ) : System
CryptographicException ( int hr ) : System
CryptographicException ( string message ) : System
CryptographicException ( string message, Exception inner ) : System
CryptographicException ( string format, string insert ) : System

Méthodes protégées

Méthode Description
CryptographicException ( SerializationInfo info, StreamingContext context ) : System

Method Details

CryptographicException() public méthode

public CryptographicException ( ) : System
Résultat System

CryptographicException() protected méthode

protected CryptographicException ( SerializationInfo info, StreamingContext context ) : System
info System.Runtime.Serialization.SerializationInfo
context System.Runtime.Serialization.StreamingContext
Résultat System

CryptographicException() public méthode

public CryptographicException ( int hr ) : System
hr int
Résultat System

CryptographicException() public méthode

public CryptographicException ( string message ) : System
message string
Résultat System

CryptographicException() public méthode

public CryptographicException ( string message, Exception inner ) : System
message string
inner System.Exception
Résultat System

CryptographicException() public méthode

public CryptographicException ( string format, string insert ) : System
format string
insert string
Résultat System