Class GenerateKeyParamTriesExceedException
Inheritance
System.Object
GenerateKeyParamTriesExceedException
Assembly: Libplanet.Crypto.dll
Syntax
public class GenerateKeyParamTriesExceedException : Exception
Constructors
|
Improve this Doc
View Source
GenerateKeyParamTriesExceedException()
Declaration
public GenerateKeyParamTriesExceedException()
|
Improve this Doc
View Source
GenerateKeyParamTriesExceedException(SerializationInfo, StreamingContext)
Declaration
protected GenerateKeyParamTriesExceedException(SerializationInfo info, StreamingContext context)
Parameters
Type |
Name |
Description |
SerializationInfo |
info |
|
StreamingContext |
context |
|
|
Improve this Doc
View Source
GenerateKeyParamTriesExceedException(String, Exception)
Declaration
public GenerateKeyParamTriesExceedException(string message, Exception innerException)
Parameters
Type |
Name |
Description |
System.String |
message |
|
Exception |
innerException |
|
|
Improve this Doc
View Source
GenerateKeyParamTriesExceedException(String)
Declaration
public GenerateKeyParamTriesExceedException(string message)
Parameters
Type |
Name |
Description |
System.String |
message |
|