Class GenerateKeyParamTriesExceedException
Implements
Inherited Members
System.Exception.GetBaseException()
System.Exception.GetObjectData(System.Runtime.Serialization.SerializationInfo, System.Runtime.Serialization.StreamingContext)
System.Exception.GetType()
System.Exception.Data
System.Exception.HResult
System.Exception.TargetSite
System.Object.GetHashCode()
Namespace: Libplanet.Crypto
Assembly: Libplanet.Crypto.dll
Syntax
[Serializable]
public class GenerateKeyParamTriesExceedException : Exception, ISerializable
Constructors
| Improve this Doc View SourceGenerateKeyParamTriesExceedException()
Declaration
public GenerateKeyParamTriesExceedException()
GenerateKeyParamTriesExceedException(SerializationInfo, StreamingContext)
Declaration
protected GenerateKeyParamTriesExceedException(SerializationInfo info, StreamingContext context)
Parameters
| Type | Name | Description |
|---|---|---|
| System.Runtime.Serialization.SerializationInfo | info | |
| StreamingContext | context |
GenerateKeyParamTriesExceedException(String, Exception)
Declaration
public GenerateKeyParamTriesExceedException(string message, Exception innerException)
Parameters
| Type | Name | Description |
|---|---|---|
| System.String | message | |
| Exception | innerException |
GenerateKeyParamTriesExceedException(String)
Declaration
public GenerateKeyParamTriesExceedException(string message)
Parameters
| Type | Name | Description |
|---|---|---|
| System.String | message |