Skip to content
This repository has been archived by the owner on Jul 27, 2021. It is now read-only.

T_Iota_Lib_CSharp_Api_Exception_IotaApiException

saniro edited this page Feb 16, 2017 · 1 revision

IotaApiException Class

This exception encapsulates an error that occured while communicating with the node (for example during a core API call)

Inheritance Hierarchy

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

Syntax

C#

public class IotaApiException : Exception

The IotaApiException type exposes the following members.

Constructors

 

Name Description
Public method IotaApiException Initializes a new instance of the IotaApiException class.
  Back to Top

See Also

Reference

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

Clone this wiki locally