C# Класс System.Security.Cryptography.CryptographicException.CryptographicException

Наследование: System.SystemException
Показать файл Открыть проект

Открытые методы

Метод Описание
CryptographicException ( ) : System
CryptographicException ( int hr ) : System
CryptographicException ( string message ) : System
CryptographicException ( string message, Exception inner ) : System
CryptographicException ( string format, string insert ) : System

Защищенные методы

Метод Описание
CryptographicException ( SerializationInfo info, StreamingContext context ) : System

Описание методов

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

public CryptographicException ( ) : System
Результат System

CryptographicException() защищенный Метод

protected CryptographicException ( SerializationInfo info, StreamingContext context ) : System
info System.Runtime.Serialization.SerializationInfo
context System.Runtime.Serialization.StreamingContext
Результат System

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

public CryptographicException ( int hr ) : System
hr int
Результат System

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

public CryptographicException ( string message ) : System
message string
Результат System

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

public CryptographicException ( string message, Exception inner ) : System
message string
inner System.Exception
Результат System

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

public CryptographicException ( string format, string insert ) : System
format string
insert string
Результат System