T_Iota_Lib_CSharp_Api_Exception_NotEnoughBalanceException - iotaledger-archive/iota.lib.csharp GitHub Wiki

NotEnoughBalanceException Class

This exception occurs when a transfer fails because their is not enough balance to perform the transfer

Inheritance Hierarchy

System.Object
  System.Exception
    Iota.Lib.CSharp.Api.Exception.NotEnoughBalanceException
Namespace: Iota.Lib.CSharp.Api.Exception
Assembly: IotaApi (in IotaApi.dll) Version: 0.9.0.24212 (1.0.0.0)

Syntax

C#

public class NotEnoughBalanceException : Exception

Constructors

 

Name Description
Public method NotEnoughBalanceException() Initializes a new instance of the NotEnoughBalanceException class.
Public method NotEnoughBalanceException(Int64) Initializes a new instance of the NotEnoughBalanceException class.
  Back to Top

See Also

Reference

Iota.Lib.CSharp.Api.Exception Namespace
System.Exception

⚠️ **GitHub.com Fallback** ⚠️