Show / Hide Table of Contents

Class GenerateKeyParamTriesExceedException

Inheritance
Object
Exception
GenerateKeyParamTriesExceedException
Implements
System.Runtime.Serialization.ISerializable
Inherited Members
Exception.GetBaseException()
Exception.GetObjectData(SerializationInfo, StreamingContext)
Exception.GetType()
Exception.ToString()
Exception.Data
Exception.HelpLink
System.Exception.HResult
Exception.InnerException
Exception.Message
Exception.Source
System.Exception.StackTrace
Exception.TargetSite
Exception.SerializeObjectState
Object.Equals(Object)
Object.Equals(Object, Object)
Object.GetHashCode()
Object.MemberwiseClone()
Object.ReferenceEquals(Object, Object)
Namespace: Libplanet.Crypto
Assembly: Libplanet.Crypto.dll
Syntax
[Serializable]
public class GenerateKeyParamTriesExceedException : Exception, ISerializable

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
String message
Exception innerException
| Improve this Doc View Source

GenerateKeyParamTriesExceedException(String)

Declaration
public GenerateKeyParamTriesExceedException(string message)
Parameters
Type Name Description
String message

Implements

System.Runtime.Serialization.ISerializable
  • Improve this Doc
  • View Source
In This Article
Back to top Copyright © 2018–2023 Planetarium