Indicates that our request to the Veriplace server had invalid parameters.

Namespace:  Veriplace.Client
Assembly:  Veriplace.Client (in Veriplace.Client.dll) Version: 1.7.0.25986 (1.7.0.0)

Syntax

C#
public class BadParameterException : UnexpectedException
Visual Basic (Declaration)
Public Class BadParameterException _
	Inherits UnexpectedException
Visual C++
public ref class BadParameterException : public UnexpectedException

Remarks

This does not include well-defined failure modes that are derived from RequestDeniedException.

Inheritance Hierarchy

System..::.Object
  System..::.Exception
    Veriplace.Client..::.VeriplaceException
      Veriplace.Client..::.UnexpectedException
        Veriplace.Client..::.BadParameterException

See Also