Show / Hide Table of Contents

    Class InvalidParameterException

    Exception indicating that one of the parameters provided to an SDK call contained a valid that was considered invalid.

    Inheritance
    System.Exception
    IndyException
    InvalidParameterException
    Inherited Members
    IndyException.SdkErrorCode
    Namespace: Hyperledger.Indy
    Assembly: Hyperledger.Indy.Sdk.dll
    Syntax
    public class InvalidParameterException : IndyException

    Properties

    ParameterIndex

    Gets the index of the parameter that contained the invalid value.

    Declaration
    public int ParameterIndex { get; }
    Property Value
    Type Description
    System.Int32
    Back to top Copyright © 2017 The Linux Foundation®