Class CryptoException
Inheritance
System.Object
CryptoException
Assembly: Unkocrypto.dll
Syntax
public sealed class CryptoException : Exception
Constructors
CryptoException()
Declaration
CryptoException(String)
Declaration
public CryptoException(string message)
Parameters
Type |
Name |
Description |
System.String |
message |
|
CryptoException(String, Exception)
Declaration
public CryptoException(string message, Exception inner)
Parameters
Type |
Name |
Description |
System.String |
message |
|
System.Exception |
inner |
|
CryptoException(CryptoException.Cause)
Declaration
public CryptoException(CryptoException.Cause cause)
Parameters