Class InvalidParameterException
Exception indicating that one of the parameters provided to an SDK call contained a valid that was considered invalid.
Inherited Members
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 |