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_InvalidAddressException

saniro edited this page Feb 16, 2017 · 1 revision

InvalidAddressException Class

This exception occurs when an invalid address is provided

Inheritance Hierarchy

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

Syntax

C#

public class InvalidAddressException : ArgumentException

The InvalidAddressException type exposes the following members.

Constructors

 

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

See Also

Reference

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

Clone this wiki locally