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

Inheritance: System.SystemException
Datei anzeigen Open project: runefs/Marvin

Public Methods

Method Description
CryptographicException ( ) : System
CryptographicException ( int hr ) : System
CryptographicException ( string message ) : System
CryptographicException ( string message, Exception inner ) : System
CryptographicException ( string format, string insert ) : System

Protected Methods

Method Description
CryptographicException ( SerializationInfo info, StreamingContext context ) : System

Method Details

CryptographicException() public method

public CryptographicException ( ) : System
return System

CryptographicException() protected method

protected CryptographicException ( SerializationInfo info, StreamingContext context ) : System
info System.Runtime.Serialization.SerializationInfo
context System.Runtime.Serialization.StreamingContext
return System

CryptographicException() public method

public CryptographicException ( int hr ) : System
hr int
return System

CryptographicException() public method

public CryptographicException ( string message ) : System
message string
return System

CryptographicException() public method

public CryptographicException ( string message, Exception inner ) : System
message string
inner System.Exception
return System

CryptographicException() public method

public CryptographicException ( string format, string insert ) : System
format string
insert string
return System