C# Class System.Security.Cryptography.CryptographicException

Inheritance: System.Exception
Datei anzeigen Open project: gbarnett/shared-source-cli-2.0 Class Usage Examples

Public Methods

Method 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

Protected Methods

Method Description
CryptographicException ( SerializationInfo info, StreamingContext context ) : Microsoft.Win32

Private Methods

Method Description
ThrowCryptogaphicException ( int hr ) : void

Method Details

CryptographicException() public method

public CryptographicException ( ) : Microsoft.Win32
return Microsoft.Win32

CryptographicException() protected method

protected CryptographicException ( SerializationInfo info, StreamingContext context ) : Microsoft.Win32
info SerializationInfo
context StreamingContext
return Microsoft.Win32

CryptographicException() public method

public CryptographicException ( String message ) : Microsoft.Win32
message String
return Microsoft.Win32

CryptographicException() public method

public CryptographicException ( String message, Exception inner ) : Microsoft.Win32
message String
inner Exception
return Microsoft.Win32

CryptographicException() public method

public CryptographicException ( String format, String insert ) : Microsoft.Win32
format String
insert String
return Microsoft.Win32

CryptographicException() public method

public CryptographicException ( int hr ) : Microsoft.Win32
hr int
return Microsoft.Win32