ArangoDB.VelocyPack.Exceptions.VPackKeyTypeException.VPackKeyTypeException C# (CSharp) Method

VPackKeyTypeException() public method

public VPackKeyTypeException ( string message ) : System
message string
return System
        public VPackKeyTypeException(string message)
            : base(message)
        {
        }
    }
VPackKeyTypeException